drm/rockchip: lvds: avoid duplicating drm_bridge_attach
authorPeter Rosin <peda@axentia.se>
Wed, 2 May 2018 07:40:24 +0000 (09:40 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 20 May 2018 11:44:41 +0000 (13:44 +0200)
commite8b58d6de1fe9119018ed9bbeecf373dcc397b8d
treebae5a5129bc770715608a7f0f172a7dc5113bfc8
parent957428f9935ac6f41443431f61478023261c8d36
drm/rockchip: lvds: avoid duplicating drm_bridge_attach

drm_bridge_attach takes care of these assignments, so there is no need
to open-code them a second time.

Signed-off-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20180502074025.12421-3-peda@axentia.se
drivers/gpu/drm/rockchip/rockchip_lvds.c