]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] hpsa: enable bus master bit after pci_enable_device
authorStephen M. Cameron <scameron@beardog.cce.hp.com>
Tue, 1 May 2012 16:42:20 +0000 (11:42 -0500)
committerJames Bottomley <JBottomley@Parallels.com>
Thu, 10 May 2012 08:10:00 +0000 (09:10 +0100)
commit332cc92fb92b610fcad50c1a975051d69c8dda6e
treeab353dd196458a85dab1cec05c10b3ddf68fa079
parent0661fac0c7e68d9fea700c2dd4e7f2b3efa27e66
[SCSI] hpsa: enable bus master bit after pci_enable_device

pci_disable_device() disables the bus master bit and pci_enable_device does
not re-enable it.  It needs to be enabled.

Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/hpsa.c