mfd: cros_ec_spi: Warnings fix
authorSamuel Ortiz <sameo@linux.intel.com>
Wed, 20 Mar 2013 08:49:00 +0000 (09:49 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 5 Apr 2013 09:20:13 +0000 (11:20 +0200)
commit5c29e47e6ac55b63c76999eb5b283a80208726c5
tree763fc8ef2cf56eb5af8c47a1c1e7216d0b4a4480
parent5ebeaff5c5be9f21680b91aac77ee155d935f888
mfd: cros_ec_spi: Warnings fix

To silent those:

 CC [M]  drivers/mfd/cros_ec_spi.o
drivers/mfd/cros_ec_spi.c: In function ‘cros_ec_spi_receive_response’:
drivers/mfd/cros_ec_spi.c:123:5: warning: format ‘%d’ expects argument of type
‘int’, but argument 4 has type ‘long int’ [-Wformat]
drivers/mfd/cros_ec_spi.c:157:3: warning: format ‘%d’ expects argument of type
‘int’, but argument 6 has type ‘long int’ [-Wformat]
drivers/mfd/cros_ec_spi.c:181:2: warning: format ‘%d’ expects argument of type
‘int’, but argument 4 has type ‘long int’ [-Wformat]

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/cros_ec_spi.c
This page took 0.036738 seconds and 5 git commands to generate.