All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Ujfalusi <peter.ujfalusi@ti.com>
To: Bhumika Goyal <bhumirks@gmail.com>, <julia.lawall@lip6.fr>,
	<brian.austin@cirrus.com>, <Paul.Handrigan@cirrus.com>,
	<lgirdwood@gmail.com>, <broonie@kernel.org>, <perex@perex.cz>,
	<tiwai@suse.com>, <bardliao@realtek.com>, <chiou@realtek.com>,
	<timur@tabi.org>, <nicoleotsuka@gmail.com>, <Xiubo.Lee@gmail.com>,
	<fabio.estevam@nxp.com>, <yang.jie@linux.intel.com>,
	<jarkko.nikula@bitmer.com>, <daniel@zonque.org>,
	<haojian.zhuang@gmail.com>, <robert.jarzmik@free.fr>,
	<plai@codeaurora.org>, <bgoswami@codeaurora.org>,
	<krzk@kernel.org>, <sbkim73@samsung.com>,
	<s.nawrocki@samsung.com>, <alsa-devel@alsa-project.org>,
	<patches@opensource.cirrus.com>, <linux-kernel@vger.kernel.org>,
	<linuxppc-dev@lists.ozlabs.org>, <linux-omap@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 05/11] ASoC: omap: make snd_soc_platform_driver const
Date: Tue, 15 Aug 2017 13:47:50 +0300	[thread overview]
Message-ID: <9084e936-c239-0c37-7a54-0d4c9d3bbae6@ti.com> (raw)
In-Reply-To: <1502710730-18912-6-git-send-email-bhumirks@gmail.com>



Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

On 2017-08-14 14:38, Bhumika Goyal wrote:
> Make this const as it is only passed as the 2nd argument to the
> function devm_snd_soc_register_platform, which is of type const.
> Done using Coccinelle.
> 
> Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>

Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>

> ---
>  sound/soc/omap/omap-pcm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/sound/soc/omap/omap-pcm.c b/sound/soc/omap/omap-pcm.c
> index 94e9ff7..1283473 100644
> --- a/sound/soc/omap/omap-pcm.c
> +++ b/sound/soc/omap/omap-pcm.c
> @@ -243,7 +243,7 @@ static int omap_pcm_new(struct snd_soc_pcm_runtime *rtd)
>  	return ret;
>  }
>  
> -static struct snd_soc_platform_driver omap_soc_platform = {
> +static const struct snd_soc_platform_driver omap_soc_platform = {
>  	.ops		= &omap_pcm_ops,
>  	.pcm_new	= omap_pcm_new,
>  	.pcm_free	= omap_pcm_free_dma_buffers,
> 

- Péter

WARNING: multiple messages have this Message-ID (diff)
From: Peter Ujfalusi <peter.ujfalusi@ti.com>
To: Bhumika Goyal <bhumirks@gmail.com>,
	julia.lawall@lip6.fr, brian.austin@cirrus.com,
	Paul.Handrigan@cirrus.com, lgirdwood@gmail.com,
	broonie@kernel.org, perex@perex.cz, tiwai@suse.com,
	bardliao@realtek.com, chiou@realtek.com, timur@tabi.org,
	nicoleotsuka@gmail.com, Xiubo.Lee@gmail.com,
	fabio.estevam@nxp.com, yang.jie@linux.intel.com,
	jarkko.nikula@bitmer.com, daniel@zonque.org,
	haojian.zhuang@gmail.com, robert.jarzmik@free.fr,
	plai@codeaurora.org, bgoswami@codeaurora.org, krzk@kernel.org,
	sbkim73@samsung.com, s.nawrocki@samsung.com,
	alsa-devel@alsa-project.org, patches@opensource.cirrus.com,
	linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 05/11] ASoC: omap: make snd_soc_platform_driver const
Date: Tue, 15 Aug 2017 13:47:50 +0300	[thread overview]
Message-ID: <9084e936-c239-0c37-7a54-0d4c9d3bbae6@ti.com> (raw)
In-Reply-To: <1502710730-18912-6-git-send-email-bhumirks@gmail.com>



Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

On 2017-08-14 14:38, Bhumika Goyal wrote:
> Make this const as it is only passed as the 2nd argument to the
> function devm_snd_soc_register_platform, which is of type const.
> Done using Coccinelle.
> 
> Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>

Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>

> ---
>  sound/soc/omap/omap-pcm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/sound/soc/omap/omap-pcm.c b/sound/soc/omap/omap-pcm.c
> index 94e9ff7..1283473 100644
> --- a/sound/soc/omap/omap-pcm.c
> +++ b/sound/soc/omap/omap-pcm.c
> @@ -243,7 +243,7 @@ static int omap_pcm_new(struct snd_soc_pcm_runtime *rtd)
>  	return ret;
>  }
>  
> -static struct snd_soc_platform_driver omap_soc_platform = {
> +static const struct snd_soc_platform_driver omap_soc_platform = {
>  	.ops		= &omap_pcm_ops,
>  	.pcm_new	= omap_pcm_new,
>  	.pcm_free	= omap_pcm_free_dma_buffers,
> 

- Péter


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

WARNING: multiple messages have this Message-ID (diff)
From: Peter Ujfalusi <peter.ujfalusi@ti.com>
To: Bhumika Goyal <bhumirks@gmail.com>, <julia.lawall@lip6.fr>,
	<brian.austin@cirrus.com>, <Paul.Handrigan@cirrus.com>,
	<lgirdwood@gmail.com>, <broonie@kernel.org>, <perex@perex.cz>,
	<tiwai@suse.com>, <bardliao@realtek.com>, <chiou@realtek.com>,
	<timur@tabi.org>, <nicoleotsuka@gmail.com>, <Xiubo.Lee@gmail.com>,
	<fabio.estevam@nxp.com>, <yang.jie@linux.intel.com>,
	<jarkko.nikula@bitmer.com>, <daniel@zonque.org>,
	<haojian.zhuang@gmail.com>, <robert.jarzmik@free.fr>,
	<plai@codeaurora.org>, <bgoswami@codeaurora.org>,
	<krzk@kernel.org>, <sbkim73@samsung.com>,
	<s.nawrocki@samsung.com>, <alsa-devel@alsa-project.org>,
	<patches@opensource.cirrus.com>, <linux-kernel@vger.kernel.org>,
	<linuxppc-dev@lists.ozlabs.org>, <linux-omap@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 05/11] ASoC: omap: make snd_soc_platform_driver const
Date: Tue, 15 Aug 2017 13:47:50 +0300	[thread overview]
Message-ID: <9084e936-c239-0c37-7a54-0d4c9d3bbae6@ti.com> (raw)
In-Reply-To: <1502710730-18912-6-git-send-email-bhumirks@gmail.com>

=EF=BB=BF

Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Bu=
siness ID: 0615521-4. Kotipaikka/Domicile: Helsinki

On 2017-08-14 14:38, Bhumika Goyal wrote:
> Make this const as it is only passed as the 2nd argument to the
> function devm_snd_soc_register_platform, which is of type const.
> Done using Coccinelle.
>=20
> Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>

Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>

> ---
>  sound/soc/omap/omap-pcm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>=20
> diff --git a/sound/soc/omap/omap-pcm.c b/sound/soc/omap/omap-pcm.c
> index 94e9ff7..1283473 100644
> --- a/sound/soc/omap/omap-pcm.c
> +++ b/sound/soc/omap/omap-pcm.c
> @@ -243,7 +243,7 @@ static int omap_pcm_new(struct snd_soc_pcm_runtime *r=
td)
>  	return ret;
>  }
> =20
> -static struct snd_soc_platform_driver omap_soc_platform =3D {
> +static const struct snd_soc_platform_driver omap_soc_platform =3D {
>  	.ops		=3D &omap_pcm_ops,
>  	.pcm_new	=3D omap_pcm_new,
>  	.pcm_free	=3D omap_pcm_free_dma_buffers,
>=20

- P=C3=A9ter

WARNING: multiple messages have this Message-ID (diff)
From: peter.ujfalusi@ti.com (Peter Ujfalusi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 05/11] ASoC: omap: make snd_soc_platform_driver const
Date: Tue, 15 Aug 2017 13:47:50 +0300	[thread overview]
Message-ID: <9084e936-c239-0c37-7a54-0d4c9d3bbae6@ti.com> (raw)
In-Reply-To: <1502710730-18912-6-git-send-email-bhumirks@gmail.com>

?

Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

On 2017-08-14 14:38, Bhumika Goyal wrote:
> Make this const as it is only passed as the 2nd argument to the
> function devm_snd_soc_register_platform, which is of type const.
> Done using Coccinelle.
> 
> Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>

Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>

> ---
>  sound/soc/omap/omap-pcm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/sound/soc/omap/omap-pcm.c b/sound/soc/omap/omap-pcm.c
> index 94e9ff7..1283473 100644
> --- a/sound/soc/omap/omap-pcm.c
> +++ b/sound/soc/omap/omap-pcm.c
> @@ -243,7 +243,7 @@ static int omap_pcm_new(struct snd_soc_pcm_runtime *rtd)
>  	return ret;
>  }
>  
> -static struct snd_soc_platform_driver omap_soc_platform = {
> +static const struct snd_soc_platform_driver omap_soc_platform = {
>  	.ops		= &omap_pcm_ops,
>  	.pcm_new	= omap_pcm_new,
>  	.pcm_free	= omap_pcm_free_dma_buffers,
> 

- P?ter

  parent reply	other threads:[~2017-08-15 10:50 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-14 11:38 [PATCH 00/11] ASoC: make snd_soc_platform_driver const Bhumika Goyal
2017-08-14 11:38 ` Bhumika Goyal
2017-08-14 11:38 ` [PATCH 01/11] ASoC: codecs: " Bhumika Goyal
2017-08-14 11:38   ` Bhumika Goyal
2017-08-15  8:11   ` Charles Keepax
2017-08-15  8:11     ` Charles Keepax
2017-08-15  8:11     ` Charles Keepax
2017-08-14 11:38 ` [PATCH 02/11] ASoC: Intel: " Bhumika Goyal
2017-08-14 11:38   ` Bhumika Goyal
2017-08-14 11:38 ` [PATCH 03/11] ASoC: fsl: " Bhumika Goyal
2017-08-14 11:38   ` Bhumika Goyal
2017-08-14 19:16   ` Nicolin Chen
2017-08-14 19:16     ` Nicolin Chen
2017-08-14 11:38 ` [PATCH 04/11] ASoC: nuc900: " Bhumika Goyal
2017-08-14 11:38   ` Bhumika Goyal
2017-08-14 11:38 ` [PATCH 05/11] ASoC: omap: " Bhumika Goyal
2017-08-14 11:38   ` Bhumika Goyal
2017-08-15  6:05   ` Jarkko Nikula
2017-08-15  6:05     ` Jarkko Nikula
2017-08-15  6:05     ` Jarkko Nikula
2017-08-15 10:47   ` Peter Ujfalusi [this message]
2017-08-15 10:47     ` Peter Ujfalusi
2017-08-15 10:47     ` Peter Ujfalusi
2017-08-15 10:47     ` Peter Ujfalusi
2017-08-14 11:38 ` [PATCH 06/11] ASoC: pxa: " Bhumika Goyal
2017-08-14 11:38   ` Bhumika Goyal
2017-08-23 19:33   ` Robert Jarzmik
2017-08-23 19:33     ` Robert Jarzmik
2017-08-14 11:38 ` [PATCH 07/11] ASoC: qcom: " Bhumika Goyal
2017-08-14 11:38   ` Bhumika Goyal
2017-08-17  7:59   ` Banajit Goswami
2017-08-17  7:59     ` Banajit Goswami
2017-08-14 11:38 ` [PATCH 08/11] ASoC: samsung: " Bhumika Goyal
2017-08-14 11:38   ` Bhumika Goyal
2017-08-14 19:12   ` Krzysztof Kozlowski
2017-08-14 19:12     ` Krzysztof Kozlowski
2017-08-14 11:38 ` [PATCH 09/11] ASoC: sh: " Bhumika Goyal
2017-08-14 11:38   ` Bhumika Goyal
2017-08-14 11:38 ` [PATCH 10/11] ASoC: txx9: " Bhumika Goyal
2017-08-14 11:38   ` Bhumika Goyal
2017-08-14 11:38 ` [PATCH 11/11] ASoC: soc-utils: " Bhumika Goyal
2017-08-14 11:38   ` Bhumika Goyal

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=9084e936-c239-0c37-7a54-0d4c9d3bbae6@ti.com \
    --to=peter.ujfalusi@ti.com \
    --cc=Paul.Handrigan@cirrus.com \
    --cc=Xiubo.Lee@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=bardliao@realtek.com \
    --cc=bgoswami@codeaurora.org \
    --cc=bhumirks@gmail.com \
    --cc=brian.austin@cirrus.com \
    --cc=broonie@kernel.org \
    --cc=chiou@realtek.com \
    --cc=daniel@zonque.org \
    --cc=fabio.estevam@nxp.com \
    --cc=haojian.zhuang@gmail.com \
    --cc=jarkko.nikula@bitmer.com \
    --cc=julia.lawall@lip6.fr \
    --cc=krzk@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=nicoleotsuka@gmail.com \
    --cc=patches@opensource.cirrus.com \
    --cc=perex@perex.cz \
    --cc=plai@codeaurora.org \
    --cc=robert.jarzmik@free.fr \
    --cc=s.nawrocki@samsung.com \
    --cc=sbkim73@samsung.com \
    --cc=timur@tabi.org \
    --cc=tiwai@suse.com \
    --cc=yang.jie@linux.intel.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.