From: Greg Rose Date: Wed, 17 Nov 2010 03:27:19 +0000 (-0800) Subject: ixgbevf: Fix Oops X-Git-Tag: v2.6.38-rc1~476^2~547^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d426ad1af31ac27d7c2222f20eec9d0a8aeac42;p=pandora-kernel.git ixgbevf: Fix Oops The driver is calling netif_carrier_off and netif_tx_stop_all_queues before the netdevice is registered which causes an Oops. Move call to netif_carrier_off after the netdevice is registered and remove call to netif_tx_stop_all_queues because there aren't any TX queues yet. Signed-off-by: Greg Rose Tested-by: Emil Tantilov Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed