Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [media] it913x-fe: use ARRAY_SIZE() as a cleanup | Dan Carpenter | 2012-08-15 |
| | | | | | | | | | | 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-frontends | Mauro Carvalho Chehab | 2012-08-13 |
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> |