From: Jakub Kicinski Date: Wed, 3 Apr 2013 16:50:54 +0000 (+0000) Subject: ixgbe: fix registration order of driver and DCA nofitication X-Git-Tag: v3.9-rc6~9^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f01fc1a82c2ee68726b400fadb156bd623b5f2f1;p=pandora-kernel.git ixgbe: fix registration order of driver and DCA nofitication ixgbe_notify_dca cannot be called before driver registration because it expects driver's klist_devices to be allocated and initialized. While on it make sure debugfs files are removed when registration fails. Cc: stable Signed-off-by: Jakub Kicinski Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed