From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinod Koul Date: Mon, 12 Nov 2018 10:18:29 +0000 Subject: Re: [PATCH 1/3] soundwire: intel: constify snd_soc_dai_ops structures Message-Id: <20181112100629.GC2477@vkoul-mobl> List-Id: References: <1540647284-26728-1-git-send-email-Julia.Lawall@lip6.fr> <1540647284-26728-2-git-send-email-Julia.Lawall@lip6.fr> In-Reply-To: <1540647284-26728-2-git-send-email-Julia.Lawall@lip6.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Julia Lawall Cc: kernel-janitors@vger.kernel.org, Sanyog Kale , Pierre-Louis Bossart , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org On 27-10-18, 15:34, Julia Lawall wrote: > The snd_soc_dai_ops structures are only stored in the ops field of a > snd_soc_dai_driver structure, so make the snd_soc_dai_ops structures > const as well. Applied, thanks -- ~Vinod