linux/drivers/net/can/sja1000
Stephane Grosjean 5c2cb02edf can: peak/pci: fix potential bug when probe() fails
PCI/PCIe drivers for PEAK-System CAN/CAN-FD interfaces do some access to the
PCI config during probing. In case one of these accesses fails, a POSITIVE
PCIBIOS_xxx error code is returned back. This POSITIVE error code MUST be
converted into a NEGATIVE errno for the probe() function to indicate it
failed. Using the pcibios_err_to_errno() function, we make sure that the
return code will always be negative.

Signed-off-by: Stephane Grosjean <s.grosjean@peak-system.com>
Cc: linux-stable <stable@vger.kernel.org>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
2017-12-01 11:20:52 +01:00
..
ems_pci.c
ems_pcmcia.c
Kconfig
kvaser_pci.c
Makefile
peak_pci.c can: peak/pci: fix potential bug when probe() fails 2017-12-01 11:20:52 +01:00
peak_pcmcia.c
plx_pci.c
sja1000_isa.c
sja1000_platform.c
sja1000.c
sja1000.h
tscan1.c