[PATCH] drm: dw-hdmi-i2s: Remove owner assignment from platform_driver

Fabio Estevam festevam at gmail.com
Sun Apr 22 23:50:53 UTC 2018


Andrzej/Archit,

Any comments?

On Thu, Mar 15, 2018 at 3:04 PM, Fabio Estevam <festevam at gmail.com> wrote:
> From: Fabio Estevam <fabio.estevam at nxp.com>
>
> platform_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>
> ---
>  drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c
> index 3b7e5c5..8f9c8a6 100644
> --- a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c
> +++ b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c
> @@ -152,7 +152,6 @@ static struct platform_driver snd_dw_hdmi_driver = {
>         .remove = snd_dw_hdmi_remove,
>         .driver = {
>                 .name = DRIVER_NAME,
> -               .owner = THIS_MODULE,
>         },
>  };
>  module_platform_driver(snd_dw_hdmi_driver);
> --
> 2.7.4
>


More information about the dri-devel mailing list