summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/it913x-fe.c
Commit message (Collapse)AuthorAgeFilesLines
* [media] it913x-fe: use ARRAY_SIZE() as a cleanupDan Carpenter2012-08-151-1/+1
| | | | | | | | | | This code looks suspicious, but it turns out that "nv" is an array of u8 so sizeof() is the same as ARRAY_SIZE(). Using ARRAY_SIZE() is more readable though. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Cc: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* [media] move the dvb/frontends to drivers/media/dvb-frontendsMauro Carvalho Chehab2012-08-141-0/+1045
Raise the DVB frontends one level up, as the intention is to remove the drivers/media/dvb directory. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>