All of lore.kernel.org
 help / color / mirror / Atom feed
From: YueHaibing <yuehaibing@huawei.com>
To: Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>, Jaroslav Kysela <perex@perex.cz>,
	Takashi Iwai <tiwai@suse.com>,
	"Matthias Brugger" <matthias.bgg@gmail.com>,
	Shunli Wang <shunli.wang@mediatek.com>
Cc: <alsa-devel@alsa-project.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-mediatek@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <kernel-janitors@vger.kernel.org>
Subject: Re: [PATCH -next] ASoC: Mediatek: MT8183: Fix platform_no_drv_owner.cocci warnings
Date: Thu, 4 Apr 2019 09:39:39 +0800	[thread overview]
Message-ID: <9d10b78e-c98d-932f-285b-2485e4f12acc@huawei.com> (raw)
In-Reply-To: <20190403071159.9725-1-yuehaibing@huawei.com>

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
> 
> 
> 
> 
> 
> 
> .
> 


WARNING: multiple messages have this Message-ID (diff)
From: YueHaibing <yuehaibing@huawei.com>
To: Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>, Jaroslav Kysela <perex@perex.cz>,
	Takashi Iwai <tiwai@suse.com>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Shunli Wang <shunli.wang@mediatek.com>
Cc: alsa-devel@alsa-project.org,
	linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org,
	kernel-janitors@vger.kernel.org
Subject: Re: [PATCH -next] ASoC: Mediatek: MT8183: Fix platform_no_drv_owner.cocci warnings
Date: Thu, 04 Apr 2019 01:39:39 +0000	[thread overview]
Message-ID: <9d10b78e-c98d-932f-285b-2485e4f12acc@huawei.com> (raw)
In-Reply-To: <20190403071159.9725-1-yuehaibing@huawei.com>

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
> 
> 
> 
> 
> 
> 
> .
> 

WARNING: multiple messages have this Message-ID (diff)
From: YueHaibing <yuehaibing@huawei.com>
To: Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>, Jaroslav Kysela <perex@perex.cz>,
	Takashi Iwai <tiwai@suse.com>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Shunli Wang <shunli.wang@mediatek.com>
Cc: alsa-devel@alsa-project.org,
	linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org,
	kernel-janitors@vger.kernel.org
Subject: Re: [PATCH -next] ASoC: Mediatek: MT8183: Fix platform_no_drv_owner.cocci warnings
Date: Thu, 4 Apr 2019 09:39:39 +0800	[thread overview]
Message-ID: <9d10b78e-c98d-932f-285b-2485e4f12acc@huawei.com> (raw)
In-Reply-To: <20190403071159.9725-1-yuehaibing@huawei.com>

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
> 
> 
> 
> 
> 
> 
> .
> 

WARNING: multiple messages have this Message-ID (diff)
From: YueHaibing <yuehaibing@huawei.com>
To: Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>, Jaroslav Kysela <perex@perex.cz>,
	Takashi Iwai <tiwai@suse.com>,
	"Matthias Brugger" <matthias.bgg@gmail.com>,
	Shunli Wang <shunli.wang@mediatek.com>
Cc: kernel-janitors@vger.kernel.org, alsa-devel@alsa-project.org,
	linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH -next] ASoC: Mediatek: MT8183: Fix platform_no_drv_owner.cocci warnings
Date: Thu, 4 Apr 2019 09:39:39 +0800	[thread overview]
Message-ID: <9d10b78e-c98d-932f-285b-2485e4f12acc@huawei.com> (raw)
In-Reply-To: <20190403071159.9725-1-yuehaibing@huawei.com>

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
> 
> 
> 
> 
> 
> 
> .
> 


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2019-04-04  1:39 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-03  7:11 [PATCH -next] ASoC: Mediatek: MT8183: Fix platform_no_drv_owner.cocci warnings YueHaibing
2019-04-03  7:11 ` YueHaibing
2019-04-03  7:11 ` YueHaibing
2019-04-03  7:11 ` YueHaibing
2019-04-04  1:39 ` YueHaibing [this message]
2019-04-04  1:39   ` YueHaibing
2019-04-04  1:39   ` YueHaibing
2019-04-04  1:39   ` YueHaibing
2019-04-04  1:52 ` [PATCH v2 -next] ASoC: Mediatek: MT8183: DA7219: " YueHaibing
2019-04-04  1:52   ` YueHaibing
2019-04-04  1:52   ` YueHaibing
2019-04-04  1:52   ` YueHaibing
  -- strict thread matches above, loose matches on Subject: below --
2019-04-03  7:11 [PATCH -next] ASoC: Mediatek: MT8183: " YueHaibing
2019-04-03  7:11 ` YueHaibing
2019-04-03  7:11 ` YueHaibing
2019-04-03  7:11 ` YueHaibing
2019-04-04  1:39 ` YueHaibing
2019-04-04  1:39   ` YueHaibing
2019-04-04  1:39   ` YueHaibing
2019-04-04  1:39   ` YueHaibing
2019-04-04  1:51 ` [PATCH v2 -next] ASoC: Mediatek: MT8183: TS3A227: " YueHaibing
2019-04-04  1:51   ` YueHaibing
2019-04-04  1:51   ` YueHaibing
2019-04-04  1:51   ` YueHaibing

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9d10b78e-c98d-932f-285b-2485e4f12acc@huawei.com \
    --to=yuehaibing@huawei.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=perex@perex.cz \
    --cc=shunli.wang@mediatek.com \
    --cc=tiwai@suse.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.