diff options
author | Takashi Iwai <tiwai@suse.de> | 2021-06-08 14:02:06 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2021-06-08 14:02:06 +0200 |
commit | 0280e07bbd6efa691daa7356b6bb05514cdcab68 (patch) | |
tree | 1ef76c078b566050dbc865ee9afeb0d526329893 /sound/usb/line6/pod.c | |
parent | 5fe8f0a0a83ab78c75010e161fa27ae66e36cd64 (diff) | |
parent | 600dd2a7e8b62170d177381cc1303861f48f9780 (diff) | |
download | linux-0280e07bbd6efa691daa7356b6bb05514cdcab68.tar.bz2 |
Merge branch 'for-linus' into for-next
Diffstat (limited to 'sound/usb/line6/pod.c')
-rw-r--r-- | sound/usb/line6/pod.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/usb/line6/pod.c b/sound/usb/line6/pod.c index cd44cb5f1310..16e644330c4d 100644 --- a/sound/usb/line6/pod.c +++ b/sound/usb/line6/pod.c @@ -376,11 +376,6 @@ static int pod_init(struct usb_line6 *line6, if (err < 0) return err; - /* initialize MIDI subsystem: */ - err = line6_init_midi(line6); - if (err < 0) - return err; - /* initialize PCM subsystem: */ err = line6_init_pcm(line6, &pod_pcm_properties); if (err < 0) |