staging: line6: add missing MIDI postprocessing case for POD HD300
authorStefan Hajnoczi <stefanha@gmail.com>
Wed, 23 Nov 2011 08:20:43 +0000 (08:20 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 27 Nov 2011 00:14:11 +0000 (16:14 -0800)
commit1dc403ffecae26ae52414488e326761a9ae10de7
tree358a49a6c9c78f14a23db5682a66a6d860eb6107
parent16dc10401133d16d13a5eea7da2a71d2080e32a1
staging: line6: add missing MIDI postprocessing case for POD HD300

The driver leaves MIDI processing up to userspace for the POD HD300
device.  Add a missing case statement to skip MIDI postprocessing in the
driver.  This change has no effect other than silencing a printk:

  line6usb driver bug: missing case in linux/drivers/staging/line6/midi.c:179

Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/line6/midi.c