Re: [PATCH 1/2] drm/bridge/tc358775: Return before displaying inappropriate error message

2022-06-17 Thread Vinay Simha B N
Reviewed-by: Vinay Simha BN On Thu, Jun 16, 2022 at 3:55 AM Jiri Vanek wrote: > Function for reading from i2c device register displays error message even > if reading ends correctly. Add return to avoid falling through into > the fail label. > > Signed-off-by: Jiri Vanek > --- >

[PATCH 1/2] drm/bridge/tc358775: Return before displaying inappropriate error message

2022-06-15 Thread Jiri Vanek
Function for reading from i2c device register displays error message even if reading ends correctly. Add return to avoid falling through into the fail label. Signed-off-by: Jiri Vanek --- drivers/gpu/drm/bridge/tc358775.c | 1 + 1 file changed, 1 insertion(+) diff --git