Skip to content

Commit

Permalink
ps3: removed calling netif_poll_enable() in open()
Browse files Browse the repository at this point in the history
Removed use of netif_poll_enable() in open function.

Signed-off-by: Masakazu Mokuno <mokuno@sm.sony.co.jp>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Masakazu Mokuno authored and Jeff Garzik committed Jul 24, 2007
1 parent f0861f8 commit 39a3d2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/ps3_gelic_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,6 @@ static int gelic_net_open(struct net_device *netdev)

netif_start_queue(netdev);
netif_carrier_on(netdev);
netif_poll_enable(netdev);

return 0;

Expand Down

0 comments on commit 39a3d2d

Please sign in to comment.