Skip to content

Commit

Permalink
[SCSI] ipr: change endian swap key to match hardware spec change
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Wayne Boyer authored and James Bottomley committed Jul 27, 2010
1 parent b0f56d3 commit 4289a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/ipr.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit 4289a08

Please sign in to comment.