History log of /drivers/media/pci/mantis/mantis_ca.c
Revision Date Author Comments
1d6ca29db8b1f213de880b10ac28aed0a19c1d4a 02-Dec-2012 Dan Carpenter <dan.carpenter@oracle.com> [media] mantis: cleanup NULL checking in mantis_ca_exit()

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>
25aee3debe0464f6c680173041fa3de30ec9ff54 14-Jun-2012 Mauro Carvalho Chehab <mchehab@redhat.com> [media] Rename media/dvb as media/pci

The remaining dvb drivers are pci, so rename them to match the
bus.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>