Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337953
b: refs/heads/master
c: 36a01f4
h: refs/heads/master
i:
  337951: 48c57ff
v: v3
  • Loading branch information
Stefan Hajnoczi authored and Greg Kroah-Hartman committed Nov 15, 2012
1 parent d470466 commit 22c00b1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4aea449ac8c4955f18c49ecb6fd3e0417a2073c0
refs/heads/master: 36a01f4d971c4d2d9923a94ca21ccd3f2d579563
3 changes: 0 additions & 3 deletions trunk/drivers/staging/line6/driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,9 +402,6 @@ static void line6_data_received(struct urb *urb)
continue;

line6->message_length = done;
#ifdef CONFIG_LINE6_USB_DUMP_MIDI
line6_write_hexdump(line6, 'r', line6->buffer_message, done);
#endif
line6_midi_receive(line6, line6->buffer_message, done);

switch (line6->usbdev->descriptor.idProduct) {
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/staging/line6/midi.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ static void line6_midi_transmit(struct snd_rawmidi_substream *substream)
if (done == 0)
break;

#ifdef CONFIG_LINE6_USB_DUMP_MIDI
line6_write_hexdump(line6, 's', chunk, done);
#endif
line6_midibuf_write(mb, chunk, done);
snd_rawmidi_transmit_ack(substream, done);
}
Expand Down

0 comments on commit 22c00b1

Please sign in to comment.