Staging: greybus: style fix, permissions as octal
[sfrench/cifs-2.6.git] / drivers / mfd / intel-lpss-pci.c
index 9ff243970e93ef1c025df40ca3e4474f59c371f5..78dbcf8b0befc90dea990644f24bf7b32e1c035e 100644 (file)
@@ -41,6 +41,7 @@ static int intel_lpss_pci_probe(struct pci_dev *pdev,
 
        /* Probably it is enough to set this for iDMA capable devices only */
        pci_set_master(pdev);
+       pci_try_set_mwi(pdev);
 
        ret = intel_lpss_probe(&pdev->dev, info);
        if (ret)