From: Matt Carlson Date: Wed, 25 Feb 2009 14:25:52 +0000 (+0000) Subject: tg3: Eliminate tg3_nvram_read_swab() X-Git-Tag: v2.6.30-rc1~662^2~501 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d348f2c1e0bb1cf7a494b51fc921095ead3f6ae;p=pandora-kernel.git tg3: Eliminate tg3_nvram_read_swab() The remaining uses of tg3_nvram_read_swab() either intended to read the data from NVRAM exactly as tg3_nvram_read_be32() did or hide deeper interpretations of the data. For the former case, a direct replacement of tg3_nvram_read_swab() with tg3_nvram_read_be32() is in order. For the latter case, we remove tg3_nvram_read_swab() and document what the code is really doing. Signed-off-by: Matt Carlson Signed-off-by: Benjamin Li Signed-off-by: Michael Chan Signed-off-by: David S. Miller --- Reading git-diff-tree failed