[PATCH] mtd: maps: pismo: Remove owner assignment from i2c_driver

Boris Brezillon boris.brezillon at bootlin.com
Fri May 4 12:34:32 PDT 2018


On Mon, 23 Apr 2018 09:07:13 -0300
Fabio Estevam <festevam at gmail.com> wrote:

> From: Fabio Estevam <fabio.estevam at nxp.com>
> 
> Structure i2c_driver does not need to set the owner field, as this will
> be populated by the driver core.
> 
> Generated by scripts/coccinelle/api/platform_no_drv_owner.cocci.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam at nxp.com>

Applied.

Thanks,

Boris

> ---
>  drivers/mtd/maps/pismo.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/mtd/maps/pismo.c b/drivers/mtd/maps/pismo.c
> index dc6df9a..c065d79 100644
> --- a/drivers/mtd/maps/pismo.c
> +++ b/drivers/mtd/maps/pismo.c
> @@ -265,7 +265,6 @@ MODULE_DEVICE_TABLE(i2c, pismo_id);
>  static struct i2c_driver pismo_driver = {
>  	.driver	= {
>  		.name	= "pismo",
> -		.owner	= THIS_MODULE,
>  	},
>  	.probe		= pismo_probe,
>  	.remove		= pismo_remove,




More information about the linux-mtd mailing list