]> bbs.cooldavid.org Git - net-next-2.6.git/commit
staging: crystalhd: call disable_pci_device() if pci_probe() failed
authorKulikov Vasiliy <segooon@gmail.com>
Mon, 9 Aug 2010 19:51:44 +0000 (23:51 +0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 31 Aug 2010 21:48:07 +0000 (14:48 -0700)
commit036b00e0917a867a018c583aa86aa66affb9321c
tree66c4742a381e5daee0514a09e38255f4f6f56328
parentb6cdc4056f642884d6819597c315753264e305a1
staging: crystalhd: 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>
Acked-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/crystalhd/crystalhd_lnx.c