drm/omap: Use ERR_CAST directly instead of ERR_PTR(PTR_ERR())
authorzhong jiang <zhongjiang@huawei.com>
Tue, 11 Sep 2018 11:54:35 +0000 (19:54 +0800)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 2 Oct 2018 06:36:56 +0000 (09:36 +0300)
commit993d52e2f71560d539b3f194be2970eb9d8ce9c1
treecd9c40d402c855c7c917b7edd17540dd3a6fc483
parentc7d6a0d6764680df33057d23173e786266a5b71d
drm/omap: Use ERR_CAST directly instead of ERR_PTR(PTR_ERR())

We prefer to use ERR_CAST to do so.
The issue is detected with the help of Coccinelle.

Signed-off-by: zhong jiang <zhongjiang@huawei.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/dss/dss.c