From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Date: Tue, 15 Aug 2017 12:06:01 +0000 Subject: Re: [PATCH 3/3] ALSA: firewire-motu: constify snd_rawmidi_ops structures Message-Id: List-Id: References: <1502784594-14670-3-git-send-email-Julia.Lawall@lip6.fr> In-Reply-To: <1502784594-14670-3-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: Clemens Ladisch , alsa-devel@alsa-project.org, bhumirks@gmail.com, Jaroslav Kysela , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org On Tue, 15 Aug 2017 10:09:54 +0200, Julia Lawall wrote: > > These snd_rawmidi_ops structures are only passed as the third > argument of snd_rawmidi_set_ops. This argument is const, so the > snd_rawmidi_ops structures can be const too. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall Thanks, applied now. Takashi