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

Andrzej Hajda a.hajda at samsung.com
Mon Apr 23 06:59:36 UTC 2018


On 23.04.2018 01:50, Fabio Estevam wrote:
> Andrzej/Archit,
>
> Any comments?

My mail filter somehow didn't catch it.

Queued to drm-misc-next.

Regards
Andrzej
>
> 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