From: Alexander Duyck Date: Fri, 6 Feb 2009 23:21:31 +0000 (+0000) Subject: igb: change pba size determination from if to switch statement X-Git-Tag: v2.6.30-rc1~662^2~773 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa4dfae0ce703976578015902025137d5e268501;p=pandora-kernel.git igb: change pba size determination from if to switch statement As additional hardware is added to the igb driver it is easier to support the expansion via switch statements instead of using nested ifs. For this reason I am changing this to a switch statement. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed