drm/bridge: anx7625: Propagate errors from sp_tx_edid_read()
authorRobert Foss <robert.foss@linaro.org>
Wed, 18 Aug 2021 17:13:18 +0000 (19:13 +0200)
committerRobert Foss <robert.foss@linaro.org>
Wed, 18 Aug 2021 18:57:03 +0000 (20:57 +0200)
commita23e0a2a222a56fbd001a37c19b16efdf97ae017
treee9b5dec53417696d48d9aece457d6d143a898c15
parent7f16d0f3b8e2d13f940e944cd17044ca8eeb8b32
drm/bridge: anx7625: Propagate errors from sp_tx_edid_read()

During the sp_tx_edid_read() call the return value of sp_tx_edid_read()
is ignored, which could cause potential errors to go unhandled.

All errors which are returned by sp_tx_edid_read() are handled in
anx7625_get_edid().

Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Robert Foss <robert.foss@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20210818171318.1848272-2-robert.foss@linaro.org
drivers/gpu/drm/bridge/analogix/anx7625.c