Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 859c75ab authored by Tomas Henzl's avatar Tomas Henzl Committed by Christoph Hellwig
Browse files

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: default avatarTomas Henzl <thenzl@redhat.com>
Reviewed-by: default avatarRobert Elliott <elliott@hp.com>
Tested-by: default avatarRobert Elliott <elliott@hp.com>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent 2e9feb43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6544,7 +6544,7 @@ static int hpsa_init_reset_devices(struct pci_dev *pdev)
		dev_warn(&pdev->dev, "failed to enable device.\n");
		return -ENODEV;
	}

	pci_set_master(pdev);
	/* Reset the controller with a PCI power-cycle or via doorbell */
	rc = hpsa_kdump_hard_reset_controller(pdev);