]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerJiri Slaby <jslaby@suse.cz>
Tue, 26 May 2015 12:33:43 +0000 (14:33 +0200)
commit8a26106c31b00766cc3671398b9bdd8d385fa817
tree45528f27d67292a6c1bb28d3449c3c10c6098682
parentb30e0283beda471289c36157828db98066599d3d
hpsa: add missing pci_set_master in kdump path

commit 859c75aba20264d87dd026bab0d0ca3bff385955 upstream.

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>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/scsi/hpsa.c