Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-22 | [media] Remove checks of struct member addresses | Emil Goode | |
This removes checks of struct member addresses since they likely result in the condition always being true. Also in the stb6100_get_bandwidth and tda8261_get_bandwidth functions the pointers frontend_ops and tuner_ops are assigned the same addresses twice. Signed-off-by: Emil Goode <emilgoode@gmail.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com> | |||
2012-08-13 | [media] move the dvb/frontends to drivers/media/dvb-frontends | Mauro Carvalho Chehab | |
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> |