From: Dmytro Laktyushkin Date: Mon, 24 Apr 2017 21:42:22 +0000 (-0400) Subject: drm/amd/display: no need for return value from ipp_program_degamma_pwl X-Git-Tag: v4.15-rc1~56^2~23^2~548 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=84f6739fc4d348440cd5684113260f728778312a;p=linux.git drm/amd/display: no need for return value from ipp_program_degamma_pwl Signed-off-by: Dmytro Laktyushkin Acked-by: Harry Wentland Reviewed-by: Tony Cheng Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h b/drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h index 2f3dc2e7f17a..2d472d8ef555 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h +++ b/drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h @@ -118,7 +118,7 @@ struct ipp_funcs { struct input_pixel_processor *ipp, enum ipp_degamma_mode mode); - bool (*ipp_program_degamma_pwl)( + void (*ipp_program_degamma_pwl)( struct input_pixel_processor *ipp, const struct pwl_params *params);