drm/bridge: ti-sn65dsi86: Reorder remove()
authorDouglas Anderson <dianders@chromium.org>
Fri, 16 Apr 2021 22:39:27 +0000 (15:39 -0700)
committerDouglas Anderson <dianders@chromium.org>
Tue, 20 Apr 2021 15:58:15 +0000 (08:58 -0700)
commit4e532867e95cde8e582367ca6e44e3ef35fba615
treeccc6e264f3f47a2714a44fe41a1bf0db868afd23
parent6b7adaeab68f3dbea7f16de7d961fbfe62325d88
drm/bridge: ti-sn65dsi86: Reorder remove()

Let's make the remove() function strictly the reverse of the probe()
function so it's easier to reason about.

This patch was created by code inspection and should move us closer to
a proper remove.

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.4.Ifcf1deaa372eba7eeb4f8eb516c5d15b77a657a9@changeid
drivers/gpu/drm/bridge/ti-sn65dsi86.c