Re: [PATCH v2 11/14] HID: picoLCD: constify fb ops

2019-12-07 Thread Jiri Kosina
On Thu, 5 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: fixtypo (Christophe de Dinechin) > > > > Fine with me. > > I don't think going through drm-misc would trigger any conflict, but > > ad

Re: [PATCH v2 11/14] HID: picoLCD: constify fb ops

2019-12-05 Thread Jani Nikula
On Mon, 02 Dec 2019, Bruno Prémont wrote: > Hi Jani, > > On Fri, 29 Nov 2019 12:29:41 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) > > Fine with me. > I don't think going

Re: [PATCH v2 11/14] HID: picoLCD: constify fb ops

2019-12-02 Thread Bruno Prémont
Hi Jani, On Fri, 29 Nov 2019 12:29:41 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) Fine with me. I don't think going through drm-misc would trigger any conflict, but adding