linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: bgoswami@codeaurora.org (Banajit Goswami)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 07/11] ASoC: qcom: make snd_soc_platform_driver const
Date: Thu, 17 Aug 2017 00:59:29 -0700	[thread overview]
Message-ID: <20170817075929.GA11689@codeaurora.org> (raw)
In-Reply-To: <1502710730-18912-8-git-send-email-bhumirks@gmail.com>

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@gmail.com>

Acked-by: Banajit Goswami <bgoswami@codeaurora.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
> 

  reply	other threads:[~2017-08-17  7:59 UTC|newest]

Thread overview: 19+ 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 ` [PATCH 01/11] ASoC: codecs: " Bhumika Goyal
2017-08-15  8:11   ` Charles Keepax
2017-08-14 11:38 ` [PATCH 02/11] ASoC: Intel: " Bhumika Goyal
2017-08-14 11:38 ` [PATCH 03/11] ASoC: fsl: " Bhumika Goyal
2017-08-14 19:16   ` Nicolin Chen
2017-08-14 11:38 ` [PATCH 04/11] ASoC: nuc900: " Bhumika Goyal
2017-08-14 11:38 ` [PATCH 05/11] ASoC: omap: " Bhumika Goyal
2017-08-15  6:05   ` Jarkko Nikula
2017-08-15 10:47   ` Peter Ujfalusi
2017-08-14 11:38 ` [PATCH 06/11] ASoC: pxa: " Bhumika Goyal
2017-08-23 19:33   ` Robert Jarzmik
2017-08-14 11:38 ` [PATCH 07/11] ASoC: qcom: " Bhumika Goyal
2017-08-17  7:59   ` Banajit Goswami [this message]
2017-08-14 11:38 ` [PATCH 08/11] ASoC: samsung: " Bhumika Goyal
2017-08-14 19:12   ` Krzysztof Kozlowski
2017-08-14 11:38 ` [PATCH 09/11] ASoC: sh: " Bhumika Goyal
2017-08-14 11:38 ` [PATCH 10/11] ASoC: txx9: " Bhumika Goyal
2017-08-14 11:38 ` [PATCH 11/11] ASoC: soc-utils: " 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=20170817075929.GA11689@codeaurora.org \
    --to=bgoswami@codeaurora.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).