mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
c1084e026b
There are several exit path from the PCI probe function. Some of them, that are taken in case of errors, forget to set the "err" variable, that is returned by the probe function. This can lead to the kernel thinking the probe function succeeds while it didn't, and this in turn causes extra calls to the "remove" function. This patch fix this problem by ensuring "err" variable is assigned to a proper non-zero value in each exit path. Signed-off-by: Andrea Merello <andrea.merello@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com> |
||
---|---|---|
.. | ||
rtl8180 | ||
rtl8187 | ||
Kconfig | ||
Makefile | ||
rtl818x.h |