From: Ethan Zhao Date: Tue, 29 Jul 2014 09:40:09 +0000 (+0000) Subject: ixgbe: remove useless bd_number from adapter struct X-Git-Tag: fixes-against-v3.18-rc2~81^2~27^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d38e92481bf3fe15a9d253a1a1aaa5a71358938a;p=pandora-kernel.git ixgbe: remove useless bd_number from adapter struct Because bd_number is not useful anymore, so remove it from adapter struct, or if keep it, we have to fix the boards driven counter bug in ixgbe_remove() and ixgbe_probe() only for trivial debug purpose -- other output is enough. Signed-off-by: Ethan Zhao Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed