Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752092AbdHRILn (ORCPT ); Fri, 18 Aug 2017 04:11:43 -0400 Received: from mail-pg0-f67.google.com ([74.125.83.67]:36444 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750929AbdHRILg (ORCPT ); Fri, 18 Aug 2017 04:11:36 -0400 Date: Fri, 18 Aug 2017 01:11:23 -0700 From: Nicolin Chen To: Bhumika Goyal Cc: julia.lawall@lip6.fr, timur@tabi.org, Xiubo.Lee@gmail.com, fabio.estevam@nxp.com, lgirdwood@gmail.com, broonie@kernel.org, perex@perex.cz, tiwai@suse.com, plai@codeaurora.org, bgoswami@codeaurora.org, alsa-devel@alsa-project.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/6] ASoC: fsl: make snd_pcm_hardware const Message-ID: <20170818081122.GA10136@Asurada> References: <1502964972-22722-1-git-send-email-bhumirks@gmail.com> <1502964972-22722-2-git-send-email-bhumirks@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1502964972-22722-2-git-send-email-bhumirks@gmail.com> User-Agent: Mutt/1.5.22 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 319 Lines: 8 On Thu, Aug 17, 2017 at 03:46:07PM +0530, Bhumika Goyal wrote: > Make these const as they are only passed as the 2nd argument to the > function snd_soc_set_runtime_hwparams, which is const. > Done using Coccinelle. > > Signed-off-by: Bhumika Goyal Acked-by: Nicolin Chen