Christoph,

this is a fix for 132aa220b45d60e9b20def1e9d8be9422eed9616 hpsa: refine the pci 
enable/disable handling
which is in 'for-3.18'. 
If this patch will not be reviewed and added to 3.18 the aforementioned patch 
needs to be reverted.

Tomas


On 09/12/2014 02:44 PM, Tomas Henzl wrote:
> Add a call to pci_set_master(...)  missing in the previous
> patch "hpsa: refine the pci enable/disable handling".
> Found thanks to Rob Elliot.
> ---
>  drivers/scsi/hpsa.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c
> index 7828834..cef5d49 100644
> --- a/drivers/scsi/hpsa.c
> +++ b/drivers/scsi/hpsa.c
> @@ -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);
>  

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to