commit | 349f6c5c5d827db909a69e5b9e844e8623c8e881 | [log] [tgz] |
---|---|---|
author | Dmitry Artamonow <mad_soft@inbox.ru> | Thu Oct 28 10:31:58 2010 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 28 11:47:52 2010 -0700 |
tree | 137b4282105f58a806315c4515dd3c792fcd7d7a | |
parent | 4aa2c466a7733af093a526e9d1cdd0b3b90d47e9 [diff] |
USB: gadget: fix ethernet gadget crash in gether_setup Crash is triggered by commit e6484930d7 ("net: allocate tx queues in register_netdevice"), which moved tx netqueue creation into register_netdev. So now calling netif_stop_queue() before register_netdev causes an oops. Move netif_stop_queue() after net device registration to fix crash. Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru> Signed-off-by: David S. Miller <davem@davemloft.net>