]> Pileus Git - ~andy/linux/commit
[media] s5k5baf: Fix build warning
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 24 Dec 2013 11:42:03 +0000 (08:42 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 7 Jan 2014 10:48:11 +0000 (08:48 -0200)
commit383cc04c607351b140ba93a178a6fc2a9597f29d
tree9ec8c5efaf223d1da1c8fe27950e88270a961dd0
parent6f64eb0ed246c0e8b2a10bb4d2403ed05445da57
[media] s5k5baf: Fix build warning

Fixes the following warnings:
drivers/media/i2c/s5k5baf.c: In function 's5k5baf_fw_parse':
drivers/media/i2c/s5k5baf.c:362:3: warning:
format '%d' expects argument of type 'int', but argument 3 has type 'size_t' [-Wformat=]
drivers/media/i2c/s5k5baf.c:383:4: warning:
format '%d' expects argument of type 'int', but argument 4 has type 'size_t' [-Wformat=]

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/i2c/s5k5baf.c