Commit 4f075707 authored by Komuro's avatar Komuro Committed by Jeff Garzik
Browse files

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



pci_set_master is unnecessary.

Signed-off-by: default avatar <komurojun-mbn@nifty.com>
Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
parent b4558ea9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -675,7 +675,6 @@ static int ne2k_pci_resume (struct pci_dev *pdev)
	pci_set_power_state(pdev, 0);
	pci_restore_state(pdev);
	pci_enable_device(pdev);
	pci_set_master(pdev);
	NS8390_init(dev, 1);
	netif_device_attach(dev);