Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [media] tuner-i2c: be consistent with I2C declaration | Mauro Carvalho Chehab | 2015-06-23 | 1 | -4/+6 |
| | | | | | | | | | | | | 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> | ||||
* | [media] common: move media/common/tuners to media/tuners | Mauro Carvalho Chehab | 2012-08-14 | 1 | -0/+182 |
Move the tuners one level up, as the "common" directory will be used by drivers that are shared between more than one driver. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> |