diff options
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | 2008-01-17 17:02:09 (GMT) |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-01-23 17:29:29 (GMT) |
commit | 3776541d8a46347a4924353a192c6ce4a3d04e2e (patch) | |
tree | a679ae851b943a1f28079066009c41ba9f718cfb /net/TUNABLE | |
parent | 43ef058010c79a967195539bbcdeee8c5b24219d (diff) | |
download | linux-3776541d8a46347a4924353a192c6ce4a3d04e2e.tar.xz |
[SCSI] qla2xxx: Fix for 32-bit platforms with 64-bit resources.
The driver stores the contents of PCI resources into unsigned
long's before ioremapping. This breaks on 32-bit platforms which
support 64-bit MMIO resources.
Correct code by removing the temporary variables used during MMIO
PIO mapping and using resource_size_t where applicable. Also
correct a small typo in a printk() where the wrong region number
was displayed.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'net/TUNABLE')
0 files changed, 0 insertions, 0 deletions