On Thu Aug 21, 2025 at 6:30 AM MDT, Dan Carpenter wrote:
> If the mipi_dsi_dual() macro fails, the error code is stored in
> dsi_ctx.accum_err. Propagate that error back to the caller instead
> of returning success as the current code does.
>
> Fixes: a6adf47d30cc ("drm/panel: jdi-lpm102a188a: Fix bug and clean up
> driver")
> Signed-off-by: Dan Carpenter <[email protected]>
> ---
> drivers/gpu/drm/panel/panel-jdi-lpm102a188a.c | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
Good catch, Dan! Thank you for the patch. I'll try to be mindful of this
kind of logic error in the future. Please let me know if you have other
suggestions.
Reviewed-by: Brigham Campbell <[email protected]>
Regards,
Brigham