[media] mantis: remove dead code
drivers/media/pci/mantis/mantis_cards.c:229 mantis_pci_probe() info: ignoring unreachable code. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
4682b58e5a
commit
c0d5e4380f
|
@ -226,9 +226,6 @@ static int mantis_pci_probe(struct pci_dev *pdev,
|
||||||
return err;
|
return err;
|
||||||
|
|
||||||
|
|
||||||
dprintk(MANTIS_ERROR, 1, "ERROR: Mantis UART exit! <%d>", err);
|
|
||||||
mantis_uart_exit(mantis);
|
|
||||||
|
|
||||||
fail6:
|
fail6:
|
||||||
fail4:
|
fail4:
|
||||||
dprintk(MANTIS_ERROR, 1, "ERROR: Mantis DMA exit! <%d>", err);
|
dprintk(MANTIS_ERROR, 1, "ERROR: Mantis DMA exit! <%d>", err);
|
||||||
|
|
Loading…
Reference in New Issue