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
..
2010-10-29 04:16:28 -04:00
2010-10-29 00:29:21 +02:00
2009-05-06 16:36:10 -07:00
2010-11-15 13:52:17 +01:00
2010-10-26 16:52:14 -07:00
2010-10-29 00:29:21 +02:00
2010-10-22 10:16:42 -07:00
2010-03-13 20:56:54 +01:00