Skip to content

Commit

Permalink
staging: line6: add missing MIDI postprocessing case for POD HD300
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stefan Hajnoczi authored and Greg Kroah-Hartman committed Nov 27, 2011
1 parent 16dc104 commit 1dc403f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/line6/midi.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ static int send_midi_async(struct usb_line6 *line6, unsigned char *data,
break;

case LINE6_DEVID_VARIAX:
case LINE6_DEVID_PODHD300:
break;

default:
Expand Down

0 comments on commit 1dc403f

Please sign in to comment.