From: Wayne Boyer Date: Fri, 25 Jun 2010 00:00:59 +0000 (-0700) Subject: [SCSI] ipr: change endian swap key to match hardware spec change X-Git-Tag: firefly_0821_release~9833^2~1305^2~143 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4289a08680d646dcc18e291cb437a292738e504f;p=firefly-linux-kernel-4.4.55.git [SCSI] ipr: change endian swap key to match hardware spec change The value used to change the endian representation on the new adapters has changed. This patch updates that value. Signed-off-by: Wayne Boyer Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/ipr.h b/drivers/scsi/ipr.h index d2ee20dcd888..4d31625ab9cf 100644 --- 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 0x000C0C00 +#define IPR_ENDIAN_SWAP_KEY 0x00080800 unsigned long endian_swap_reg; };