diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-10-09 22:46:37 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-11-02 08:44:12 -0700 |
commit | 8c7537c719348c8bed52f08b2d6e9a8795165290 (patch) | |
tree | 02f7063f200ca14d4720dcd4ec581cadc14eb935 /net | |
parent | 4b8e10dc2e8ea71df455827f09a5d2b0a3d3dc6e (diff) | |
download | lwn-8c7537c719348c8bed52f08b2d6e9a8795165290.tar.gz lwn-8c7537c719348c8bed52f08b2d6e9a8795165290.zip |
libertas: more endianness breakage
based on patch 8362cd413e8116306fafbaf414f0419db0595142 in mainline.
domain->header.len is le16 and has just been assigned
cpu_to_le16(arithmetical expression). And all fields of adapter->logmsg
are __le32; not a single 16-bit among them...
That's incremental to the previous one
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions