]> git.baikalelectronics.ru Git - kernel.git/commit
DM9000: Remove redudant use of "& 0xff"
authorBen Dooks <ben-linux@fluff.org>
Tue, 5 Feb 2008 00:02:19 +0000 (00:02 +0000)
committerJeff Garzik <jeff@garzik.org>
Mon, 11 Feb 2008 16:06:34 +0000 (11:06 -0500)
commitb92a66124a7ff2acfb4a19b7433dbb5ef5cc2bfe
treedc87d96ac2c40109400c53752f989f4f0ff939d8
parentba408505a2b5797cd6e9223315524b7a92b179b2
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 <ben-linux@fluff.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/dm9000.c