From: Matt Carlson Date: Wed, 25 Feb 2009 14:25:30 +0000 (+0000) Subject: tg3: Correct NVRAM stream endian notations X-Git-Tag: v2.6.30-rc1~662^2~502 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9dc529dcd5c541c51cb2ba09bff99580361c576;p=pandora-kernel.git tg3: Correct NVRAM stream endian notations Any software requesting NVRAM data as it exists on NVRAM is necessarily requesting that the results be returned as a bytestream. A bytestream data read in from the device can also be thought to be in big endian format. Therefore, all the LE notations in the driver are mislabeled. This patch converts all LE notations to BE notations, carefully evaluating the surrounding code in the process. 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