From: Dimitris Michailidis Date: Thu, 21 Oct 2010 11:29:55 +0000 (+0000) Subject: cxgb4: fix crash due to manipulating queues before registration X-Git-Tag: v2.6.37-rc1~88^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f6d9f40476895571df039b6f1f5230ec7faebad;p=pandora-kernel.git cxgb4: fix crash due to manipulating queues before registration Before commit "net: allocate tx queues in register_netdevice" netif_tx_stop_all_queues and related functions could be used between device allocation and registration but now only after registration. cxgb4 has such a call before registration and crashes now. Move it after register_netdev. Signed-off-by: Dimitris Michailidis Signed-off-by: David S. Miller --- Reading git-diff-tree failed