]> git.baikalelectronics.ru Git - kernel.git/commit
drm/omap: output: use dev_err instead of DSSERR
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 6 Nov 2015 13:26:39 +0000 (15:26 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 3 Apr 2017 09:36:40 +0000 (12:36 +0300)
commit0fe1479461a0b99f8a0c14b42cb09045c12ea87d
treef763a1d7b197ab756a852be98c3a0ae9c8042e1c
parentca5867f902094f2e5b8c6292e0a54b6876a5792f
drm/omap: output: use dev_err instead of DSSERR

We don't have omapdss's custom error printing functions in the common
omapdss-base module, to which we want to move output.c.

This patch changes output.c to use dev_err instead of DSSERR so that it
doesn't depend on DSSERR.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
drivers/gpu/drm/omapdrm/dss/output.c