drm: rcar-du: lvds: Call function directly instead of through pointer
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 13 Feb 2023 23:07:18 +0000 (01:07 +0200)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Sat, 25 Mar 2023 20:38:09 +0000 (22:38 +0200)
commitc95e2ad9594adf1e8088ead38420179942b5c264
tree032a7b6ca7b0d8af54c32fce1b1018064796f154
parent7ed34927254ae9eac0f6b0ad7e7c2bceb96fcdfc
drm: rcar-du: lvds: Call function directly instead of through pointer

When disabling the companion bridge in rcar_lvds_atomic_disable(),
there's no need to go through the bridge's operations to call
.atomic_disable(). Call rcar_lvds_atomic_disable() on the companion
directly.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen+renesas@ideasonboard.com>
drivers/gpu/drm/rcar-du/rcar_lvds.c