linux-stable/drivers/scsi/arcmsr
Al Viro 6a7d26d58a arcmsr: endianness bug
initializing a field in data shared with the card with
cpu_to_le32(something) | 0x100000 is broken - the field is, indeed,
little-endian and we need cpu_to_le32() on both parts.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-10-29 07:41:33 -07:00
..
arcmsr.h trivial annotations in arcmsr 2007-10-29 07:41:33 -07:00
arcmsr_attr.c trivial annotations in arcmsr 2007-10-29 07:41:33 -07:00
arcmsr_hba.c arcmsr: endianness bug 2007-10-29 07:41:33 -07:00
Makefile [SCSI] arcmsr: initial driver, version 1.20.00.13 2006-07-28 14:13:40 -05:00