summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43
diff options
context:
space:
mode:
authorAndrea Merello <andrea.merello@gmail.com>2014-06-30 18:19:40 +0200
committerJohn W. Linville <linville@tuxdriver.com>2014-07-01 14:26:27 -0400
commitc1084e026b4fe73fcc54f82d6a6bd26d9372d583 (patch)
tree4bab27c11b5136065d4ba6ba9e353fc147e9b5a6 /drivers/net/wireless/b43
parentf4cf628781f802ecf5efa0ceb5e81a2f80dea5b8 (diff)
downloadlinux-stable-c1084e026b4fe73fcc54f82d6a6bd26d9372d583.tar.gz
linux-stable-c1084e026b4fe73fcc54f82d6a6bd26d9372d583.tar.bz2
linux-stable-c1084e026b4fe73fcc54f82d6a6bd26d9372d583.zip
rtl818x_pci: fix pci probe returns success when it fails
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>
Diffstat (limited to 'drivers/net/wireless/b43')
0 files changed, 0 insertions, 0 deletions