Re: [PATCH v2 1/2] drm/bridge: anx7625: Propagate errors from sp_tx_rst_aux()

2021-08-18 Thread Sam Ravnborg
Hi Robert, On Wed, Aug 18, 2021 at 07:13:17PM +0200, Robert Foss wrote: > The return value of sp_tx_rst_aux() is not propagated, which means > both compiler warnings and potential errors not being handled. > > Fixes: 8bdfc5dae4e3 ("drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP") > >

[PATCH v2 1/2] drm/bridge: anx7625: Propagate errors from sp_tx_rst_aux()

2021-08-18 Thread Robert Foss
The return value of sp_tx_rst_aux() is not propagated, which means both compiler warnings and potential errors not being handled. Fixes: 8bdfc5dae4e3 ("drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP") Reported-by: kernel test robot Signed-off-by: Robert Foss --- Changes since v1: -