drm/amd/display: no need for return value from ipp_program_degamma_pwl
authorDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Mon, 24 Apr 2017 21:42:22 +0000 (17:42 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 22:06:40 +0000 (18:06 -0400)
Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h

index 2f3dc2e..2d472d8 100644 (file)
@@ -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);