linux_dsm_epyc7002/drivers/net/can/peak_canfd
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
..
Kconfig
Makefile
peak_canfd_user.h
peak_canfd.c can: peak_canfd: fix uninitialized symbol warnings 2017-06-09 11:39:23 +02:00
peak_pciefd_main.c can: peak/pci: fix potential bug when probe() fails 2017-12-01 11:20:52 +01:00