Re: [Intel-gfx] [PATCH v3 09/12] HID: picoLCD: constify fb ops

2019-12-09 Thread Jani Nikula
On Tue, 03 Dec 2019, Jani Nikula wrote: > Now that the fbops member of struct fb_info is const, we can start > making the ops const as well. > > v2: fix typo (Christophe de Dinechin) > > Cc: Bruno Prémont > Cc: linux-in...@vger.kernel.org > Reviewed-by: Daniel Vetter > Acked-by: Bruno Prém

[PATCH v3 09/12] HID: picoLCD: constify fb ops

2019-12-03 Thread Jani Nikula
Now that the fbops member of struct fb_info is const, we can start making the ops const as well. v2: fix typo (Christophe de Dinechin) Cc: Bruno Prémont Cc: linux-in...@vger.kernel.org Reviewed-by: Daniel Vetter Acked-by: Bruno Prémont Signed-off-by: Jani Nikula --- drivers/hid/hid-picolcd_f