commit | 961994a0c2a24d9622eea7144b30ac773169659f | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Sat Dec 15 01:44:33 2007 +0000 |
committer | Jeff Garzik <jeff@garzik.org> | Mon Dec 17 16:02:28 2007 -0500 |
tree | cdf1a7fc263bb1c9fc429f17d7353f7a34ef5fc3 | |
parent | 87e417b2f3a061d5eb85906288738f4313f1d924 [diff] |
sis190 endianness Check in sis190_rx_interrupt() is broken on big-endian (desc->status is little-endian and everything else actually uses it correctly, including other checks for OWNbit. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Jeff Garzik <jeff@garzik.org>