commit | 11f8a7b31f2140b0dc164bb484281235ffbe51d3 | [log] [tgz] |
---|---|---|
author | Ben Collins <ben.c@servergy.com> | Fri Sep 13 12:46:44 2013 -0400 |
committer | James Bottomley <JBottomley@Parallels.com> | Thu Dec 19 07:39:03 2013 -0800 |
tree | 6bef4c31f17f7d992e141b99b499807c3fd37a9a | |
parent | 6ad55502c65638cad53f211e301c724fe7e64a8e [diff] |
[SCSI] megaraid: Use resource_size_t for PCI resources, not long The assumption that sizeof(long) >= sizeof(resource_size_t) can lead to truncation of the PCI resource address, meaning this driver didn't work on 32-bit systems with 64-bit PCI adressing ranges. Signed-off-by: Ben Collins <ben.c@servergy.com> Acked-by: Sumit Saxena <sumit.saxena@lsi.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>