From: Randy Dunlap Date: Fri, 7 Aug 2009 22:02:00 +0000 (-0700) Subject: [WATCHDOG] wdt_pci: fix printk and variable type X-Git-Tag: v2.6.32-rc1~638^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1833c21256e7b0ac3997493d31f0f3926f6d592;p=pandora-kernel.git [WATCHDOG] wdt_pci: fix printk and variable type Fix printk format warning: drivers/watchdog/wdt_pci.c:652: warning: format '%04x' expects type 'unsigned int', but argument 2 has type 'resource_size_t' and then use resource_size_t for the "io" variable as well so that it won't be truncated. Signed-off-by: Randy Dunlap Signed-off-by: Wim Van Sebroeck --- Reading git-diff-tree failed