android_kernel_xiaomi_sm8350/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_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
arcmsr.h trivial annotations in arcmsr 2007-10-29 07:41:33 -07:00
Makefile