]> git.baikalelectronics.ru Git - kernel.git/commit
watchdog: iTCO_wdt.c: fix printk format warnings
authorRandy Dunlap <rdunlap@xenotime.net>
Mon, 14 May 2012 20:15:20 +0000 (13:15 -0700)
committerWim Van Sebroeck <wim@iguana.be>
Wed, 30 May 2012 06:16:48 +0000 (08:16 +0200)
commit95a548b23a496699f8b55459eeaa14002d6d3d09
treec05f0b0f9215738bfbf5d73d16841b5f112f8ca0
parenta74ee3880a8f4cdb8c7540a09853e645637d1c2a
watchdog: iTCO_wdt.c: fix printk format warnings

Fix printk format warnings:

drivers/watchdog/iTCO_wdt.c:577:3: warning: format '%04llx' expects type 'long long unsigned int', but argument 2 has type 'resource_size_t'
drivers/watchdog/iTCO_wdt.c:594:3: warning: format '%04llx' expects type 'long long unsigned int', but argument 2 has type 'resource_size_t'
drivers/watchdog/iTCO_wdt.c:600:2: warning: format '%04llx' expects type 'long long unsigned int', but argument 4 has type 'resource_size_t'

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/iTCO_wdt.c