linux/drivers/net/can/c_can
Wolfgang Grandegger 78c181bc8a can: c_can_pci: enable PCI bus master only for MSI
Coverity complains that c_can_pci_probe() calls pci_enable_msi() without
checking the result:

CID 712278 (#1 of 1): Unchecked return value (CHECKED_RETURN) 3. check_return:
Calling pci_enable_msi_block without checking return value (as is done
elsewhere 88 out of 105 times).
 88        pci_enable_msi(pdev);

This is CID 712278.

Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
Reported-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
2014-04-24 22:22:52 +02:00
..
c_can_pci.c can: c_can_pci: enable PCI bus master only for MSI 2014-04-24 22:22:52 +02:00
c_can_platform.c can: c_can: use proper type for 'instance' 2014-04-24 22:09:01 +02:00
c_can.c can: c_can: Speed up tx buffer invalidation 2014-04-24 22:09:01 +02:00
c_can.h can: c_can: use proper type for 'instance' 2014-04-24 22:09:01 +02:00
Kconfig can: c_can: Disable rx split as workaround 2014-04-24 22:09:00 +02:00
Makefile c_can_pci: generic module for C_CAN/D_CAN on PCI 2012-06-19 21:22:28 +02:00