1
0
Files
linux/drivers/gpio
Joe Perches 1db0b427ee gpio: Fix cs5535 printk warnings
drivers/gpio/cs5535-gpio.c: In function 'cs5535_gpio_probe':
drivers/gpio/cs5535-gpio.c:269: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'resource_size_t'
drivers/gpio/cs5535-gpio.c:269: 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:11 +01:00
..
2011-01-14 12:38:11 +01:00
2011-01-13 08:03:14 -08:00
2011-01-13 08:03:14 -08:00
2011-01-13 08:03:13 -08:00
2011-01-13 08:03:13 -08:00
2010-10-27 18:03:07 -07:00
2011-01-13 08:03:13 -08:00
2010-03-07 22:17:37 +01:00
2011-01-13 08:03:14 -08:00
2011-01-13 08:03:14 -08:00
2010-10-29 00:29:51 +02:00