Re: [PATCH v2 4/5] drm/bridge: ps8640: Print an error if VDO control fails

2020-08-26 Thread Bilal Wasim
On Wed, 26 Aug 2020 10:15:25 +0200 Enric Balletbo i Serra wrote: > Print an error message inside ps8640_bridge_vdo_control() function > when it fails so we can simplify a bit the callers, they will only > need to check the error code. > > Reviewed-by: Sam Ravnborg > Signed-off-by: Enric Balletb

[PATCH v2 4/5] drm/bridge: ps8640: Print an error if VDO control fails

2020-08-26 Thread Enric Balletbo i Serra
Print an error message inside ps8640_bridge_vdo_control() function when it fails so we can simplify a bit the callers, they will only need to check the error code. Reviewed-by: Sam Ravnborg Signed-off-by: Enric Balletbo i Serra --- Changes in v2: None drivers/gpu/drm/bridge/parade-ps8640.c |