]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
igb: endianness fix
authorAl Viro <viro@ftp.linux.org.uk>
Sun, 16 Mar 2008 22:43:06 +0000 (22:43 +0000)
committerJeff Garzik <jeff@garzik.org>
Wed, 26 Mar 2008 03:16:01 +0000 (23:16 -0400)
commit7deb07b1befc9f09dbdaed66c9613a3d08f1c061
treebf1d095cfcd020bf5468d397ea721bdedb7c33af
parent2cfb8b71ccb3ebca76cff48241527eba39226883
igb: endianness fix

le16_to_cpu() should be done before mask and shift...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/igb/igb_main.c