Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-27 | [media] mantis: cleanup NULL checking in mantis_ca_exit() | Dan Carpenter | |
Smatch complainst that the call to mantis_evmgr_exit() dereferences "ca" but then we check it for NULL on the next line. I've moved the NULL check forward to avoid that. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> | |||
2012-08-13 | [media] Rename media/dvb as media/pci | Mauro Carvalho Chehab | |
The remaining dvb drivers are pci, so rename them to match the bus. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> |