Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363343
b: refs/heads/master
c: c19e946
h: refs/heads/master
i:
  363341: 1408da9
  363339: 6f79752
  363335: a75d5b6
  363327: 1b8cc56
v: v3
  • Loading branch information
Laurent Navet authored and Greg Kroah-Hartman committed Mar 11, 2013
1 parent f6408e6 commit 5613296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 8c4e58348b79d826076b7062ead4b9d828773a7f
refs/heads/master: c19e94613eda688c11973858d11597179842f4c2
3 changes: 1 addition & 2 deletions trunk/drivers/staging/line6/pod.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,8 @@ void line6_pod_process_message(struct usb_line6_pod *pod)
buf[0] != (LINE6_SYSEX_BEGIN | LINE6_CHANNEL_UNKNOWN)) {
return;
}
if (memcmp(buf + 1, line6_midi_id, sizeof(line6_midi_id)) != 0) {
if (memcmp(buf + 1, line6_midi_id, sizeof(line6_midi_id)) != 0)
return;
}

if (buf[5] == POD_SYSEX_SYSTEM && buf[6] == POD_MONITOR_LEVEL) {
short value = ((int)buf[7] << 12) | ((int)buf[8] << 8) |
Expand Down

0 comments on commit 5613296

Please sign in to comment.