summaryrefslogtreecommitdiff
path: root/drivers/media/pci/mantis/mantis_ca.c
Commit message (Collapse)AuthorAge
* media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab2017-12-28
| | | | | | | | Except for DVB, all media kAPI headers are at include/media. Move the headers to it. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
* [media] mantis: cleanup NULL checking in mantis_ca_exit()Dan Carpenter2012-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/pciMauro Carvalho Chehab2012-08-13
The remaining dvb drivers are pci, so rename them to match the bus. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>