Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [media] mantis: cleanup NULL checking in mantis_ca_exit() | Dan Carpenter | 2012-12-27 |
| | | | | | | | | | 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> | ||
* | [media] Rename media/dvb as media/pci | Mauro Carvalho Chehab | 2012-08-13 |
The remaining dvb drivers are pci, so rename them to match the bus. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> |