aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/wd33c93.c
diff options
context:
space:
mode:
authorStephen M. Cameron <scameron@beardog.cce.hp.com>2012-05-01 12:42:14 -0400
committerJames Bottomley <JBottomley@Parallels.com>2012-05-10 04:09:20 -0400
commite754b42424e0bd5949f47118f71720c42b93c6e0 (patch)
tree5c0a5fb348bf3dc9a5a7fd7fd1d0ad39dbedf92e /drivers/scsi/wd33c93.c
parentf0bd0b68220aaba354f84518173498cae160afdc (diff)
[SCSI] hpsa: do not skip disabled devices
There was code to skip "disabled" devices which was intended to skip devices disabled in the BIOS, but it really just checks to see if the device can write to host memory, which this is disabled by pci_disable_device on driver unload, so this check has the effect of preventing subsequent load of the driver. And devices disabled in the BIOS don't show up at all anyway, so this check never made any sense to begin with, and should be removed. Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/wd33c93.c')
0 files changed, 0 insertions, 0 deletions