Re: [PATCH] auxdisplay: fix platform_no_drv_owner.cocci warnings

From: Miguel Ojeda
Date: Sat Nov 14 2020 - 04:00:18 EST


On Wed, Nov 11, 2020 at 10:26 AM kernel test robot <lkp@xxxxxxxxx> wrote:
>
> From: kernel test robot <lkp@xxxxxxxxx>
>
> drivers/auxdisplay/lcd2s.c:373:3-8: No need to set .owner here. The core will do it.
>
> Remove .owner field if calls are used which set it automatically
>
> Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci
>
> Fixes: 8c9108d014c5 ("auxdisplay: add a driver for lcd2s character display")
> CC: Lars Poeschel <poeschel@xxxxxxxxxxx>
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
> Signed-off-by: kernel test robot <lkp@xxxxxxxxx>

Lars, I am picking this one, just so that you know.

Cheers,
Miguel