Commit c1898e02 authored by Javier Achirica's avatar Javier Achirica Committed by Stephen Hemminger

[wireless airo] fix PCI probe

parent 8a959813
......@@ -4622,7 +4622,7 @@ static int __devinit airo_pci_probe(struct pci_dev *pdev,
return -ENODEV;
pci_set_drvdata(pdev, dev);
clear_bit (FLAG_PCI, &((struct airo_info *)dev->priv)->flags);
set_bit (FLAG_PCI, &((struct airo_info *)dev->priv)->flags);
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment