diff options
author | David Daney <david.daney@cavium.com> | 2016-04-13 14:26:56 -0700 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2016-04-15 16:53:18 -0400 |
commit | e83596b41cb9729837468a1c14de56a5529a2aa6 (patch) | |
tree | f0a8f6ac3a82b9a15867567eca6f56805007ec4a /drivers/scsi/mpt3sas | |
parent | 5ea33eb573c9858cdebfb69626cc8621c7468f9e (diff) | |
download | linux-e83596b41cb9729837468a1c14de56a5529a2aa6.tar.bz2 |
pm80xx: Remove bogus address masking in pm8001_ioremap()
It is unclear what the original intent of the masking was, but it is
clearly incorrect to truncate a physical address before calling
ioremap(). On systems where there are valid physical address bits above
bit-31 (arm64 for example) the result is an eventual OOPs when
initializing the driver.
Remove the bogus code to fix it.
Signed-off-by: David Daney <david.daney@cavium.com>
Acked-by: Jack Wang <jinpu.wang@profitbricks.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/mpt3sas')
0 files changed, 0 insertions, 0 deletions