From: H Hartley Sweeten Date: Fri, 20 Jul 2012 17:31:43 +0000 (-0700) Subject: staging: comedi: remove pci_is_enabled() tests X-Git-Tag: v3.6-rc3~38^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8258d3923c7d8f9a28c43612c3f91c7b9d61191b;p=pandora-kernel.git staging: comedi: remove pci_is_enabled() tests As mentioned by Ian Abbott, the comedi pci drivers that try to locate an unused pci device with the pci_is_enabled() test might actually skip over a perfectly good unused device. This test is also not consistent with the other comedi pci drivers. Remove the test from all the comedi pci drivers. Reported-by: Ian Abbott Signed-off-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed