USB: gadget: fix ethernet gadget crash in gether_setup
authorDmitry Artamonow <mad_soft@inbox.ru>
Thu, 28 Oct 2010 17:31:58 +0000 (10:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Oct 2010 18:47:52 +0000 (11:47 -0700)
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>

No differences found