]> err.no Git - linux-2.6/blobdiff - drivers/net/wireless/prism54/islpci_hotplug.c
Merge branch 'for-linus' of git://www.jni.nu/cris
[linux-2.6] / drivers / net / wireless / prism54 / islpci_hotplug.c
index 25d6c80c9bab52b134742643cdd60f6943ad1860..af2e4f2405f2577ae0f047d37827c6eb532054f8 100644 (file)
@@ -166,8 +166,7 @@ prism54_probe(struct pci_dev *pdev, const struct pci_device_id *id)
        pci_set_master(pdev);
 
        /* enable MWI */
-       if (!pci_set_mwi(pdev))
-               printk(KERN_INFO "%s: pci_set_mwi(pdev) succeeded\n", DRV_NAME);
+       pci_try_set_mwi(pdev);
 
        /* setup the network device interface and its structure */
        if (!(ndev = islpci_setup(pdev))) {