commit | 6dda569fe0fb71a03e2a2e815761796f98232cdb | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Oct 29 21:02:18 2010 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Oct 29 21:02:18 2010 +0100 |
tree | e6558572b98a3098a63f3ccd37db6d008f88e31c | |
parent | 4066c0ae13a8388b9f2a29cad60da330b578eff2 [diff] |
drm/i915: Switch to using pci_iounmap in conjunction with pci_iomap After switching the MMIO registers to use pci_iomap, remember to dispose of the mapping with pci_iounmap (for symmetry). Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>