2
0
forked from Ivasoft/openwrt

ocf: update to version 20120127

SVN-Revision: 32672
This commit is contained in:
Luka Perkov
2012-07-11 23:38:14 +00:00
parent 5e4100bcf9
commit 283021ac15
37 changed files with 4066 additions and 275 deletions

View File

@@ -1944,12 +1944,10 @@ static int safe_probe(struct pci_dev *dev, const struct pci_device_id *ent)
return(-ENODEV);
}
#ifdef HAVE_PCI_SET_MWI
if (pci_set_mwi(dev)) {
printk("safe: pci_set_mwi failed!");
return(-ENODEV);
}
#endif
sc = (struct safe_softc *) kmalloc(sizeof(*sc), GFP_KERNEL);
if (!sc)