summaryrefslogtreecommitdiffstats
path: root/include/mtd
diff options
context:
space:
mode:
authorTony Battersby <tonyb@cybernetics.com>2009-01-08 18:56:58 +0100
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2009-03-12 18:58:16 +0100
commit783fa7311b2c639f39c6163f9fbb05253fb2d702 (patch)
treebdb1f754113aac781190d104e85de475b04d0c1c /include/mtd
parent[SCSI] sym53c8xx: unmap pci memory after probe errors (diff)
downloadlinux-783fa7311b2c639f39c6163f9fbb05253fb2d702.tar.xz
linux-783fa7311b2c639f39c6163f9fbb05253fb2d702.zip
[SCSI] sym53c8xx: handle pci_iomap() failures
sym_init_device() doesn't check if pci_iomap() fails. It also tries to map device RAM without first checking FE_RAM. 1) Move some initialization from sym_init_device() to the top of sym2_probe(). 2) Rename sym_init_device() to sym_iomap_device(). 3) Call sym_iomap_device() after sym_check_supported() instead of before so that device->chip.features will be set. 4) Check FE_RAM in sym_iomap_device() before mapping RAM. 5) If sym_iomap_device() cannot map registers, then abort. 6) If sym_iomap_device() cannot map RAM, then fall back to not using RAM and continue. 7) Remove the check for FE_RAM in sym_attach() since dev->ram_base is now always set correctly. Signed-off-by: Tony Battersby <tonyb@cybernetics.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'include/mtd')
0 files changed, 0 insertions, 0 deletions