]> bbs.cooldavid.org Git - net-next-2.6.git/commit
staging: rtl8187e: call disable_pci_device() if pci_probe() failed
authorKulikov Vasiliy <segooon@gmail.com>
Mon, 9 Aug 2010 19:51:59 +0000 (23:51 +0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 31 Aug 2010 21:48:09 +0000 (14:48 -0700)
commit3a8f2d3c716a218f1499041d74edb07638b45559
tree93c230c565204653122b48d6076a28463e2566a5
parentf0903863099668d6b03c7ea90b2e58a7ad1be6a3
staging: rtl8187e: call disable_pci_device() if pci_probe() failed

Driver should call disable_pci_device() if it returns from pci_probe()
with error.

Signed-off-by: Kulikov Vasiliy <segooon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/rtl8192e/r8192E_core.c