projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0f56d3
)
[SCSI] ipr: change endian swap key to match hardware spec change
author
Wayne Boyer
<wayneb@linux.vnet.ibm.com>
Fri, 25 Jun 2010 00:00:59 +0000
(17:00 -0700)
committer
James Bottomley
<James.Bottomley@suse.de>
Tue, 27 Jul 2010 17:03:55 +0000
(12:03 -0500)
The value used to change the endian representation on the new adapters has
changed. This patch updates that value.
Signed-off-by: Wayne Boyer <wayneb@linux.vnet.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/ipr.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/ipr.h
b/drivers/scsi/ipr.h
index d2ee20dcd888dcef105896b4fe7a191c2bccdc54..4d31625ab9cf002e63f490c33396fe520b17be2c 100644
(file)
--- a/
drivers/scsi/ipr.h
+++ b/
drivers/scsi/ipr.h
@@
-1257,7
+1257,7
@@
struct ipr_interrupt_offsets {
unsigned long dump_addr_reg;
unsigned long dump_data_reg;
-#define IPR_ENDIAN_SWAP_KEY 0x000
C0C
00
+#define IPR_ENDIAN_SWAP_KEY 0x000
808
00
unsigned long endian_swap_reg;
};