From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Jarzmik Subject: Re: [PATCH 06/11] ASoC: pxa: make snd_soc_platform_driver const Date: Wed, 23 Aug 2017 21:33:26 +0200 Message-ID: <87wp5uoz95.fsf@belgarion.home> References: <1502710730-18912-1-git-send-email-bhumirks@gmail.com> <1502710730-18912-7-git-send-email-bhumirks@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Sender: linux-kernel-owner@vger.kernel.org To: Bhumika Goyal Cc: 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, peter.ujfalusi@ti.com, jarkko.nikula@bitmer.com, daniel@zonque.org, haojian.zhuang@gmail.com, 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 List-Id: linux-omap@vger.kernel.org Bhumika Goyal writes: > Make these const as they are 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 > --- > sound/soc/pxa/mmp-pcm.c | 2 +- > sound/soc/pxa/pxa2xx-pcm.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) For sound/soc/pxa/pxa2xx-pcm.c : Acked-by: Robert Jarzmik Cheers. -- Robert