diff options
Diffstat (limited to 'sound/usb/caiaq/caiaq-midi.c')
-rw-r--r-- | sound/usb/caiaq/caiaq-midi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/caiaq/caiaq-midi.c b/sound/usb/caiaq/caiaq-midi.c index 54270328be52..30b57f97c6e4 100644 --- a/sound/usb/caiaq/caiaq-midi.c +++ b/sound/usb/caiaq/caiaq-midi.c | |||
@@ -123,7 +123,7 @@ void snd_usb_caiaq_midi_handle_input(struct snd_usb_caiaqdev *dev, | |||
123 | snd_rawmidi_receive(dev->midi_receive_substream, buf, len); | 123 | snd_rawmidi_receive(dev->midi_receive_substream, buf, len); |
124 | } | 124 | } |
125 | 125 | ||
126 | int __devinit snd_usb_caiaq_midi_init(struct snd_usb_caiaqdev *device) | 126 | int snd_usb_caiaq_midi_init(struct snd_usb_caiaqdev *device) |
127 | { | 127 | { |
128 | int ret; | 128 | int ret; |
129 | struct snd_rawmidi *rmidi; | 129 | struct snd_rawmidi *rmidi; |