On 09/02/2023 17:41, Thomas Zimmermann wrote:
Calls to dispc_plane_setup() and dispc_plane_enable() cannot fail. Remove the return value. Signed-off-by: Thomas Zimmermann <tzimmermann@xxxxxxx> --- drivers/gpu/drm/tidss/tidss_dispc.c | 12 ++++-------- drivers/gpu/drm/tidss/tidss_dispc.h | 8 ++++---- drivers/gpu/drm/tidss/tidss_plane.c | 11 +---------- 3 files changed, 9 insertions(+), 22 deletions(-)
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@xxxxxxxxxxxxxxxx> Tomi