[alsa-devel] [PATCH 0/3] constify snd_rawmidi_ops structures
15 Aug
2017
15 Aug
'17
10:36 a.m.
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.
---
drivers/hid/hid-prodikeys.c | 2 +- drivers/usb/gadget/function/f_midi.c | 4 ++-- sound/firewire/motu/motu-midi.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-)
2687
Age (days ago)
2687
Last active (days ago)
0 comments
1 participants
participants (1)
-
Julia Lawall