]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/omap: dsi: fix compile errors when enabling debug prints
authorH. Nikolaus Schaller <hns@goldelico.com>
Mon, 26 Dec 2016 19:23:19 +0000 (20:23 +0100)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 4 Jan 2017 11:57:47 +0000 (13:57 +0200)
commit7e6d80ddb29d7254cbf699075fc4f752f10cacc6
tree792f3060948b55a97ae3b96a0559011124214ed1
parent2f1fed12c65383ca4d760cc6141da265afcaa439
drm/omap: dsi: fix compile errors when enabling debug prints

dsi.c compile fails if PRINT_VERBOSE_VM_TIMINGS is enabled, as the
video timings were not converted in the code behind that ifdef. Note
that PRINT_VERBOSE_VM_TIMINGS has to be enabled by hand, there's no
config option for it.

Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
[tomi.valkeinen@ti.com: fixed the patch description]
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/dss/dsi.c