From: Larry Finger Date: Fri, 4 Jul 2008 13:39:01 +0000 (-0500) Subject: b43legacy: Remove switch statement with 64-bit index X-Git-Tag: v2.6.27-rc1~969^2~186^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70197ede33134725f3e2e606fcabc28b0a4549a3;p=pandora-kernel.git b43legacy: Remove switch statement with 64-bit index The gcc 3.4 fork used to compile the MN10300 port emits unwanted __ucmpdi2() calls for switch statements that use a 64bit value. This patch removes such a switch from b43legacy, and makes the code more like that used in b43. Thanks to Adrian Bunk for reporting the problem. Signed-off-by: Larry Finger Signed-off-by: John W. Linville --- Reading git-diff-tree failed