linux-stable/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 License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
peak_pci.c can: peak/pci: fix potential bug when probe() fails 2017-12-01 11:20:52 +01:00
peak_pcmcia.c drivers/net: can: Convert timers to use timer_setup() 2017-10-27 12:09:15 +09:00
plx_pci.c can: sja1000: plx_pci: Add support for Moxa CAN devices 2016-10-31 20:48:19 +01:00
sja1000.c can: sja1000: Fix error location forwarding 2016-05-09 11:07:28 +02:00
sja1000.h
sja1000_isa.c Annotate hardware config module parameters in drivers/net/can/ 2017-04-20 12:02:32 +01:00
sja1000_platform.c can: sja1000: of: add compatibility with Technologic Systems version 2016-02-20 14:56:00 +01:00
tscan1.c can: tscan1: Utilize the module_isa_driver macro 2016-06-17 15:39:43 +02:00