drm: omapdrm: displays: Remove OF node check in encoder drivers

No encoder is instantiated through platform data anymore, there is no
need to check for OF node presence.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
此提交包含在:
Laurent Pinchart
2018-02-11 15:07:37 +02:00
提交者 Tomi Valkeinen
父節點 ae9f7a5796
當前提交 1a5d98a7de
共有 3 個檔案被更改,包括 0 行新增11 行删除

查看文件

@@ -299,9 +299,6 @@ static int tpd_probe(struct platform_device *pdev)
platform_set_drvdata(pdev, ddata);
if (!pdev->dev.of_node)
return -ENODEV;
r = tpd_probe_of(pdev);
if (r)
return r;