]> www.infradead.org Git - users/jedix/linux-maple.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)
committerJoe Jin <joe.jin@oracle.com>
Fri, 21 Dec 2012 03:13:55 +0000 (11:13 +0800)
commit1f3029e3ac1710c97db06798ef51e9d019c7eb7e
treebb7f15102a8512b0683d08d4b230d013d90b2497
parentab0b7a4de193ad06119f6d9b4d1a5221f5788774
[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>
(cherry picked from commit 5cb460a640cc733fee03adbbc9257246e6c3de08)

Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/scsi/hpsa.c