]> git.baikalelectronics.ru Git - kernel.git/commit
pasemi_mac: Access iph->tot_len with correct endianness
authorRoland Dreier <rdreier@cisco.com>
Tue, 1 Jul 2008 17:22:45 +0000 (10:22 -0700)
committerJeff Garzik <jgarzik@redhat.com>
Fri, 4 Jul 2008 12:15:31 +0000 (08:15 -0400)
commit4e65fdc7628faa8019802e530dd67d941a808ac5
tree786bf23bb08b18f54b5ff9020307caaf48e8a5e8
parentc39ecdf5641c42d68234067de45c6ae016909a81
pasemi_mac: Access iph->tot_len with correct endianness

iph->tot_len is stored in network byte order, so access it using
ntohs().  This doesn't have any real world impact on pasemi_mac, since
the device only exists as part of a big-endian system-on-chip, but
fixing this gets rid of a sparse warning and avoids having a bad example
in the tree.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/pasemi_mac.c