commit | 744f6f4d3db2e9f153c9381b169aaee5c6ad4187 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <rdunlap@xenotime.net> | Fri May 11 18:33:31 2012 -0700 |
committer | Wim Van Sebroeck <wim@iguana.be> | Wed May 23 16:25:29 2012 +0200 |
tree | 12cf22dd7e3b6255972c15bf9a53ee110a1c41a3 | |
parent | 101ce87b3bdd5352edceb5a079e765685c13dbc3 [diff] |
watchdog: ie6xx_wdt.c: fix printk format warning Fix printk format warning; use cast to u64 since resource_size_t can be either u32 or u64. drivers/watchdog/ie6xx_wdt.c:261:4: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'resource_size_t' Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>