[SCSI] arcmsr: upper 32 of dma address lost
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 11 Feb 2014 16:06:33 +0000 (19:06 +0300)
committerJames Bottomley <JBottomley@Parallels.com>
Sat, 15 Mar 2014 17:19:19 +0000 (10:19 -0700)
commite2c70425f05219b142b3a8a9489a622c736db39d
treeba79903e9c3eede582bf72502f646eb2cd1dbf16
parentee60b2c52ec8ecdcbcd2f85cc117b525f649441f
[SCSI] arcmsr: upper 32 of dma address lost

The original code always set the upper 32 bits to zero because it was
doing a shift of the wrong variable.

Fixes: 1a4f550a09f8 ('[SCSI] arcmsr: 1.20.00.15: add SATA RAID plus other fixes')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/arcmsr/arcmsr_hba.c