1
0
Files
linux/drivers
Joe Perches 7eb19812ee misc: Fix cs5535 printk warnings
drivers/misc/cs5535-mfgpt.c: In function 'cs5535_mfgpt_probe':
drivers/misc/cs5535-mfgpt.c:320: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'resource_size_t'
drivers/misc/cs5535-mfgpt.c:320: warning: format '%x' expects type 'unsigned int', but argument 4 has type 'resource_size_t'

Use vsprintf extension %pR to format resource.

Original-patch-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2011-01-14 12:38:10 +01:00
..
2011-01-13 08:03:09 -08:00
2011-01-12 21:55:13 +01:00
2011-01-14 12:38:10 +01:00
2011-01-12 04:59:44 -05:00
2011-01-10 08:51:44 -08:00
2010-12-22 15:43:26 -05:00
2011-01-12 05:14:15 -05:00