]> git.baikalelectronics.ru Git - kernel.git/commit
hpsa: add missing pci_set_master in kdump path
authorTomas Henzl <thenzl@redhat.com>
Fri, 12 Sep 2014 12:44:15 +0000 (14:44 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 25 Sep 2014 12:23:41 +0000 (14:23 +0200)
commitdfa4884ec47bba53a3c655208863f93267d4d7a2
tree263f1128c58b1c537ddc1f68bd3d22096c3cd86d
parent0a9c75ae2cc3ff76cbeac28f68560fadcb60c6df
hpsa: add missing pci_set_master in kdump path

Add a call to pci_set_master(...)  missing in the previous
patch "hpsa: refine the pci enable/disable handling".
Found thanks to Rob Elliot.

Signed-off-by: Tomas Henzl <thenzl@redhat.com>
Reviewed-by: Robert Elliott <elliott@hp.com>
Tested-by: Robert Elliott <elliott@hp.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/hpsa.c