Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752426AbdHPTWh (ORCPT ); Wed, 16 Aug 2017 15:22:37 -0400 Received: from mail-wr0-f196.google.com ([209.85.128.196]:35277 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751847AbdHPTWf (ORCPT ); Wed, 16 Aug 2017 15:22:35 -0400 Date: Wed, 16 Aug 2017 21:22:32 +0200 From: Krzysztof Kozlowski To: Bhumika Goyal Cc: julia.lawall@lip6.fr, lgirdwood@gmail.com, broonie@kernel.org, perex@perex.cz, tiwai@suse.com, daniel@zonque.org, haojian.zhuang@gmail.com, robert.jarzmik@free.fr, heiko@sntech.de, sbkim73@samsung.com, s.nawrocki@samsung.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH 6/7] ASoC: samsung: make snd_soc_ops const Message-ID: <20170816192232.5g7armlu5xpxwz62@kozik-lap> References: <1502902770-3758-1-git-send-email-bhumirks@gmail.com> <1502902770-3758-7-git-send-email-bhumirks@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1502902770-3758-7-git-send-email-bhumirks@gmail.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 576 Lines: 18 On Wed, Aug 16, 2017 at 10:29:29PM +0530, Bhumika Goyal wrote: > Make these const as they are only stored in the ops field of a > snd_soc_dai_link structure, which is const. > Done using Coccinelle. > > Signed-off-by: Bhumika Goyal > --- > sound/soc/samsung/jive_wm8750.c | 2 +- > sound/soc/samsung/s3c24xx_simtec.c | 2 +- > sound/soc/samsung/s3c24xx_uda134x.c | 2 +- > sound/soc/samsung/smdk_spdif.c | 2 +- > 4 files changed, 4 insertions(+), 4 deletions(-) > Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof