[PATCH] staging: vboxvideo: constify drm_fb_helper_funcs

Greg KH gregkh at linuxfoundation.org
Wed Aug 23 01:33:37 UTC 2017


On Mon, Aug 21, 2017 at 03:36:34PM +0530, Arvind Yadav wrote:
> drm_fb_helper_funcs are not supposed to change at runtime.
> All functions working with drm_fb_helper_funcs provided by
> <drm/drm_fb_helper.h> work with const drm_fb_helper_funcs.
> So mark the non-const structs as const.
> 
> Signed-off-by: Arvind Yadav <arvind.yadav.cs at gmail.com>
> Reviewed-by: Hans de Goede <hdegoede at redhat.com>
> ---
>  drivers/staging/vboxvideo/vbox_fb.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Does not apply to my tree :(


More information about the devel mailing list