Re: [PATCH 2/2] accel/ivpu: avoid duplciate assignment

2023-02-01 Thread Thomas Zimmermann
Am 31.01.23 um 15:00 schrieb Jacek Lawrynowicz: Applied to drm-misc-next. Thanks. I have cherry-picked the patch into drm-misc-next-fixes. On 26.01.2023 17:37, Arnd Bergmann wrote: From: Arnd Bergmann With extra warnings enabled, gcc warns about two assignments of the same .mmap callbac

Re: [PATCH 2/2] accel/ivpu: avoid duplciate assignment

2023-01-31 Thread Jacek Lawrynowicz
Applied to drm-misc-next. Thanks. On 26.01.2023 17:37, Arnd Bergmann wrote: > From: Arnd Bergmann > > With extra warnings enabled, gcc warns about two assignments > of the same .mmap callback: > > In file included from drivers/accel/ivpu/ivpu_drv.c:10: > include/drm/drm_accel.h:31:27: error: in

Re: [PATCH 2/2] accel/ivpu: avoid duplciate assignment

2023-01-26 Thread Jeffrey Hugo
duplciate -> duplicate On 1/26/2023 9:37 AM, Arnd Bergmann wrote: From: Arnd Bergmann With extra warnings enabled, gcc warns about two assignments of the same .mmap callback: In file included from drivers/accel/ivpu/ivpu_drv.c:10: include/drm/drm_accel.h:31:27: error: initialized field overwr