[PATCH 3.11 93/93] [SCSI] megaraid: Use resource_size_t for PCI resources, not long

2014-06-23 Thread Luis Henriques
3.11.10.12 -stable review patch. If anyone has any objections, please let me know. -- From: Ben Collins commit 11f8a7b31f2140b0dc164bb484281235ffbe51d3 upstream. The assumption that sizeof(long) >= sizeof(resource_size_t) can lead to truncation of the PCI resource address,

[PATCH 3.11 93/93] [SCSI] megaraid: Use resource_size_t for PCI resources, not long

2014-06-23 Thread Luis Henriques
3.11.10.12 -stable review patch. If anyone has any objections, please let me know. -- From: Ben Collins be...@servergy.com commit 11f8a7b31f2140b0dc164bb484281235ffbe51d3 upstream. The assumption that sizeof(long) = sizeof(resource_size_t) can lead to truncation of the PCI