From: Joe Perches Date: Tue, 21 Dec 2010 10:16:09 +0000 (-0800) Subject: usb: Use static const, consolidate code X-Git-Tag: v2.6.38-rc1~476^2~108^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5591c75dc345d93d353d2ab2962824648a73efe4;p=pandora-kernel.git usb: Use static const, consolidate code Using static const generally increases object text and decreases data size. It also generally decreases overall object size. Consolidate duplicated code into new fix_crc_bug function and declare data in that function static const. Signed-off-by: Joe Perches --- Reading git-diff-tree failed