From: Alexander Duyck Date: Wed, 17 Nov 2010 03:27:03 +0000 (-0800) Subject: ixgbe: change mac_type if statements to switch statements X-Git-Tag: v2.6.38-rc1~476^2~547^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd50817859e7e82ba6e4adc75ebd8ac19459d8a4;p=pandora-kernel.git ixgbe: change mac_type if statements to switch statements This change replaces a number of if/elseif/else statements with switch statements to support the addition of future devices to the ixgbe driver. Signed-off-by: Alexander Duyck Tested-by: Ross Brattain Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed