On 2017年06月21日 14:31, Bhumika Goyal wrote:
Add const to drm_encoder_helper_funcs structures as they are only passed as an argument to the function drm_encoder_helper_add and this argument is of type const. So, add const to these structures.Signed-off-by: Bhumika Goyal<[email protected]> --- Changes in v2 - * Let the line exceed over 80 characters while adding const.
Acked-by: Mark Yao <[email protected]> Thanks -- Mark Yao

