commit | e2c70425f05219b142b3a8a9489a622c736db39d | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Tue Feb 11 19:06:33 2014 +0300 |
committer | James Bottomley <JBottomley@Parallels.com> | Sat Mar 15 10:19:19 2014 -0700 |
tree | ba79903e9c3eede582bf72502f646eb2cd1dbf16 | |
parent | ee60b2c52ec8ecdcbcd2f85cc117b525f649441f [diff] |
[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>