OSDN Git Service

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)
commit4b98b32aefb2c143a40cdaa254eb905f1bb06b5d
treec05f0b0f9215738bfbf5d73d16841b5f112f8ca0
parentd9df0ef1eb9e1048f0ab4a6e93c85f60c5594c2f
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