Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=14cc0a2b733cc1129676d8e01558bab32b138d63
Commit:     14cc0a2b733cc1129676d8e01558bab32b138d63
Parent:     0491d1f3fd93f838d8bfb75b12acfba39d06a4da
Author:     Masakazu Mokuno <[EMAIL PROTECTED]>
AuthorDate: Tue Aug 28 13:18:15 2007 +0900
Committer:  Jeff Garzik <[EMAIL PROTECTED]>
CommitDate: Fri Aug 31 06:52:57 2007 -0400

    PS3: fix the bug that 'ifconfig down' would hang
    
    Fix the bug that 'ifconfig eth0 down' would hang up, reported by Stefan
    Assmann <[EMAIL PROTECTED]>.
    As we removed netif_poll_enable() from dev->open(), we should not use
    netif_poll_disable() in dev->stop().
    
    Signed-off-by: Masakazu Mokuno <[EMAIL PROTECTED]>
    CC: Geoff Levand <[EMAIL PROTECTED]>
    Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
 drivers/net/ps3_gelic_net.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/net/ps3_gelic_net.c b/drivers/net/ps3_gelic_net.c
index 13d1c0a..e565039 100644
--- a/drivers/net/ps3_gelic_net.c
+++ b/drivers/net/ps3_gelic_net.c
@@ -556,7 +556,6 @@ static int gelic_net_stop(struct net_device *netdev)
 {
        struct gelic_net_card *card = netdev_priv(netdev);
 
-       netif_poll_disable(netdev);
        netif_stop_queue(netdev);
 
        /* turn off DMA, force end */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to