[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170817075929.GA11689@codeaurora.org>
Date: Thu, 17 Aug 2017 00:59:29 -0700
From: Banajit Goswami <bgoswami@...eaurora.org>
To: Bhumika Goyal <bhumirks@...il.com>
Cc: julia.lawall@...6.fr, brian.austin@...rus.com,
Paul.Handrigan@...rus.com, lgirdwood@...il.com, broonie@...nel.org,
perex@...ex.cz, tiwai@...e.com, bardliao@...ltek.com,
chiou@...ltek.com, timur@...i.org, nicoleotsuka@...il.com,
Xiubo.Lee@...il.com, fabio.estevam@....com,
yang.jie@...ux.intel.com, peter.ujfalusi@...com,
jarkko.nikula@...mer.com, daniel@...que.org,
haojian.zhuang@...il.com, robert.jarzmik@...e.fr,
plai@...eaurora.org, krzk@...nel.org, sbkim73@...sung.com,
s.nawrocki@...sung.com, alsa-devel@...a-project.org,
patches@...nsource.cirrus.com, linux-kernel@...r.kernel.org,
linuxppc-dev@...ts.ozlabs.org, linux-omap@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH 07/11] ASoC: qcom: make snd_soc_platform_driver const
On Mon, Aug 14, 2017 at 04:38:46AM -0700, 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@...il.com>
Acked-by: Banajit Goswami <bgoswami@...eaurora.org>
> ---
> sound/soc/qcom/lpass-platform.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/sound/soc/qcom/lpass-platform.c
> b/sound/soc/qcom/lpass-platform.c
> index 7aabf08..fb3576a 100644
> --- a/sound/soc/qcom/lpass-platform.c
> +++ b/sound/soc/qcom/lpass-platform.c
> @@ -557,7 +557,7 @@ static void lpass_platform_pcm_free(struct snd_pcm
> *pcm)
> }
> }
>
> -static struct snd_soc_platform_driver lpass_platform_driver = {
> +static const struct snd_soc_platform_driver lpass_platform_driver = {
> .pcm_new = lpass_platform_pcm_new,
> .pcm_free = lpass_platform_pcm_free,
> .ops = &lpass_platform_pcm_ops,
> --
> 1.9.1
>
Powered by blists - more mailing lists