From: Samuel Ortiz Date: Wed, 20 Mar 2013 08:49:00 +0000 (+0100) Subject: mfd: cros_ec_spi: Warnings fix X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~31^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c29e47e6ac55b63c76999eb5b283a80208726c5;p=pandora-kernel.git 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 --- Reading git-diff-tree failed