From: Ben Dooks Date: Tue, 5 Feb 2008 00:02:19 +0000 (+0000) Subject: DM9000: Remove redudant use of "& 0xff" X-Git-Tag: v2.6.25-rc2~2^2~31^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=073d3f46e5ccc49ede1d3487ed1e71d63d71b750;p=pandora-kernel.git DM9000: Remove redudant use of "& 0xff" The writing of the data should implicitly truncate the data to 8bits, so do not bother with the ands in the code. Signed-off-by: Ben Dooks Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed