]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[media] tuner-i2c: be consistent with I2C declaration
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 22 Jun 2015 19:16:39 +0000 (16:16 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 23 Jun 2015 13:01:45 +0000 (10:01 -0300)
commitceefaf5d8e04414a8d9323d6647f36103e8747b7
treee294149627b2645194209189cfa9018b2757e228
parentdd7a2acf5b7da9449988a99fe671349b3e5ec593
[media] tuner-i2c: be consistent with I2C declaration

On alpha, gcc warns a log about signed/unsigned ballance, with
produces 3185 warnings. Ok, this is bogus, but it indicates that
the declaration at V4L2 side is not consistent with the one at
I2C.

With this trivial patch, the number of errors reduce to 2959
warnings. Still too much, but it is 7.1% less. So let's do it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/tuners/tuner-i2c.h