commit | 138f296e140f79cb955caba70690076fb14e6f6d | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Apr 24 08:35:20 2013 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Apr 26 08:28:56 2013 +0300 |
tree | ac205dc33305938a0465800336c198ff399a9114 | |
parent | 04f8afbec37f63fafce16e454a7848426aa36202 [diff] |
fbdev: fix check for fb_mmap's mmio availability Commit fc9bbca8f650e5f738af8806317c0a041a48ae4a (vm: convert fb_mmap to vm_iomap_memory() helper) made fbmem.c use vm_iomap_memory, but also accidentally removed the check for mmio's availability. Add the check back. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>