Commit 4f075707a9380592586d608a8d04dfbdb3c40339

Authored by Komuro
Committed by Jeff Garzik
1 parent b4558ea93d

[netdrvr] ne2k-pci based card does not support bus-mastering.

pci_set_master is unnecessary.

Signed-off-by: komurojun-mbn@nifty.com
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

drivers/net/ne2k-pci.c
... ... @@ -675,7 +675,6 @@
675 675 pci_set_power_state(pdev, 0);
676 676 pci_restore_state(pdev);
677 677 pci_enable_device(pdev);
678   - pci_set_master(pdev);
679 678 NS8390_init(dev, 1);
680 679 netif_device_attach(dev);
681 680