summaryrefslogtreecommitdiff
path: root/net/core
diff options
context:
space:
mode:
authorDmitry Artamonow <mad_soft@inbox.ru>2010-11-01 09:33:53 -0700
committerDavid S. Miller <davem@davemloft.net>2010-11-01 09:33:53 -0700
commit315daea9481277d9b8109b47e974835a901e4bc5 (patch)
tree33afbfca4b3b0f959313666e98cba9943de5232e /net/core
parent811718f071bbd337a823b2827ca3ea2b7205d162 (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: Denis Kirjanov <dkirjanov@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core')
0 files changed, 0 insertions, 0 deletions