From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Date: Tue, 15 Aug 2017 09:29:42 +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: 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 11:00:17 +0200, Julia Lawall wrote: > > > > On Tue, 15 Aug 2017, Takashi Iwai wrote: > > > 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 > > > > What are other two patches? Since I haven't received a cover letter, > > no idea whether I overlooked them or not relevant with my tree... > > Oops, I forgot to make a cover letter for this. The others are: > > drivers/hid/hid-prodikeys.c > drivers/usb/gadget/function/f_midi.c OK, thanks! Takashi