]> git.baikalelectronics.ru Git - kernel.git/commit
drm/omap: fix panel/encoder probes
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 15 Mar 2016 12:55:53 +0000 (14:55 +0200)
committerDave Airlie <airlied@redhat.com>
Wed, 16 Mar 2016 01:08:35 +0000 (11:08 +1000)
commitedfa63ae38c9d5e406cd158688508984c35350a0
tree7ad7cfceb2b50393731af7cd9cce8e4b67d5722b
parent7f70164d3726ab96c4e437a43042d7a2928afe62
drm/omap: fix panel/encoder probes

The recent changes which removed platform data support from panels &
encoders had a few mistakes, causing probes of DVI connector and DSI
command mode panels to fail every time due to missing '!'. Fix the
if()s.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Reported-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/omapdrm/displays/connector-dvi.c
drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c