drm/bridge: ti-sn65dsi86: Get rid of the useless detect() function
authorDouglas Anderson <dianders@chromium.org>
Fri, 16 Apr 2021 22:39:29 +0000 (15:39 -0700)
committerDouglas Anderson <dianders@chromium.org>
Tue, 20 Apr 2021 15:58:36 +0000 (08:58 -0700)
commite07e21435d6639d6bbe13d3daa3dc74ce7d8fbb0
tree3ec72caac51b63e89e8680dc6ccb85f1178fd452
parent54fdf372064956301823cc534440390658e5f843
drm/bridge: ti-sn65dsi86: Get rid of the useless detect() function

If we just leave the detect() function as NULL then the upper layers
assume we're always connected. There's no reason for a stub.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Andrzej Hajda <a.hajda@samsung.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210416153909.v4.6.I826adf4faeb7f39f560b387f6b380e639c6986c8@changeid
drivers/gpu/drm/bridge/ti-sn65dsi86.c