Re: [PATCH 3/3] ALSA: firewire-motu: constify snd_rawmidi_ops structures

From: Julia Lawall
Date: Tue Aug 15 2017 - 05:00:24 EST




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 <Julia.Lawall@xxxxxxx>
>
> 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

julia