commit | 0acb310c3273d55ad19c9a5f48b73224ce6e2dc0 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Tue Aug 15 10:09:53 2017 +0200 |
committer | Jiri Kosina <jkosina@suse.cz> | Tue Aug 15 11:02:45 2017 +0200 |
tree | 432ea34fefa46c3432e1df8552437edf21ac2735 | |
parent | 81b7ec4e621f1e16dcb688cda819828f49c375b2 [diff] |
HID: prodikeys: constify snd_rawmidi_ops structures This snd_rawmidi_ops structure is only passed as the third argument of snd_rawmidi_set_ops. This argument is const, so the snd_rawmidi_ops structure can be const too. Done with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Jiri Kosina <jkosina@suse.cz>