]> git.baikalelectronics.ru Git - kernel.git/commit
Input: wdt87xx_i2c - fix format warning
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 29 Jun 2015 18:56:27 +0000 (11:56 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 29 Jun 2015 19:57:04 +0000 (12:57 -0700)
commit33f06bf730b99111c9ff8b7ad34b87e4890f0ea2
tree0266e69c272fab82b2f4b8905d9eaafad781d84b
parent81d154dbda314f9f3e36f8da5c042f537b1cd372
Input: wdt87xx_i2c - fix format warning

This fixes the following warning:

   drivers/input/touchscreen/wdt87xx_i2c.c: In function 'wdt87xx_validate_firmware':
>> drivers/input/touchscreen/wdt87xx_i2c.c:472:4: warning: format '%zd' expects argument of type 'signed size_t', but argument 4 has type 'size_t' [-Wformat=]
       size, fw->size);

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/wdt87xx_i2c.c