]> git.baikalelectronics.ru Git - kernel.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)
commit3126e22bf0b23f0c21fbb46d4ad187b52e88d2d8
treee294149627b2645194209189cfa9018b2757e228
parentdd6ebb75f86087e16f3b31a3bab6521391775ad6
[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