diff mbox series

[-next] ASoC: Mediatek: MT8183: Fix platform_no_drv_owner.cocci warnings

Message ID 20190403071159.9725-1-yuehaibing@huawei.com (mailing list archive)
State New, archived
Headers show
Series [-next] ASoC: Mediatek: MT8183: Fix platform_no_drv_owner.cocci warnings | expand

Commit Message

Yue Haibing April 3, 2019, 7:11 a.m. UTC
Remove .owner field if calls are used which set it automatically
Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Yue Haibing April 4, 2019, 1:39 a.m. UTC | #1
Pls ignore this

On 2019/4/3 15:11, YueHaibing wrote:
> Remove .owner field if calls are used which set it automatically
> Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
> ---
>  sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c b/sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c
> index 93536659a859..117d81b43542 100644
> --- a/sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c
> +++ b/sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c
> @@ -454,7 +454,6 @@ static const struct of_device_id mt8183_da7219_max98357_dt_match[] = {
>  static struct platform_driver mt8183_da7219_max98357_driver = {
>  	.driver = {
>  		.name = "mt8183_da7219_max98357",
> -		.owner = THIS_MODULE,
>  #ifdef CONFIG_OF
>  		.of_match_table = mt8183_da7219_max98357_dt_match,
>  #endif
> 
> 
> 
> 
> 
> 
> .
>
diff mbox series

Patch

diff --git a/sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c b/sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c
index 93536659a859..117d81b43542 100644
--- a/sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c
+++ b/sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c
@@ -454,7 +454,6 @@  static const struct of_device_id mt8183_da7219_max98357_dt_match[] = {
 static struct platform_driver mt8183_da7219_max98357_driver = {
 	.driver = {
 		.name = "mt8183_da7219_max98357",
-		.owner = THIS_MODULE,
 #ifdef CONFIG_OF
 		.of_match_table = mt8183_da7219_max98357_dt_match,
 #endif