commit | 5cb460a640cc733fee03adbbc9257246e6c3de08 | [log] [tgz] |
---|---|---|
author | Stephen M. Cameron <scameron@beardog.cce.hp.com> | Tue May 01 11:42:20 2012 -0500 |
committer | James Bottomley <JBottomley@Parallels.com> | Thu May 10 09:10:00 2012 +0100 |
tree | ab353dd196458a85dab1cec05c10b3ddf68fa079 | |
parent | e754b42424e0bd5949f47118f71720c42b93c6e0 [diff] |
[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>