]> git.baikalelectronics.ru Git - kernel.git/commit
fbdev: fix check for fb_mmap's mmio availability
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 24 Apr 2013 05:35:20 +0000 (08:35 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 26 Apr 2013 05:28:56 +0000 (08:28 +0300)
commit433dc3f7d3ee7b7e3da241f04e43b78255756242
treeac205dc33305938a0465800336c198ff399a9114
parent363bc9551459ace4fe0428d9abb8fe4726e6cc72
fbdev: fix check for fb_mmap's mmio availability

Commit ef62c554ee9b46a1913836f72015de1e036f026d (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>
drivers/video/fbmem.c