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

Commit ea8b4db9 authored by Jeff Garzik's avatar Jeff Garzik
Browse files

[libata] sata_mv: use pci_try_set_mwi()



Because sometimes in life, it's ok to fail.

Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 9db48926
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2666,7 +2666,7 @@ static int mv_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
	mv_print_info(host);

	pci_set_master(pdev);
	pci_set_mwi(pdev);
	pci_try_set_mwi(pdev);
	return ata_host_activate(host, pdev->irq, mv_interrupt, IRQF_SHARED,
				 IS_GEN_I(hpriv) ? &mv5_sht : &mv6_sht);
}