drm/vc4: dpi: Return an error if we can't enable our clock
authorMaxime Ripard <maxime@cerno.tech>
Mon, 11 Jul 2022 17:38:56 +0000 (19:38 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Wed, 13 Jul 2022 08:46:08 +0000 (10:46 +0200)
commitff5b18ce8a5b4fccabd46ed7f17ef3e7f2d1f8e0
treeac26d92540da034d9d34941a8b9844969a109156
parent7f0ba8f98a4ec3bee6a5d612e676a75791c0f127
drm/vc4: dpi: Return an error if we can't enable our clock

If we fail to enable the DPI clock, we just ignore the error and moves
forward. Let's return an error instead.

Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20220711173939.1132294-27-maxime@cerno.tech
drivers/gpu/drm/vc4/vc4_dpi.c