Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338241
b: refs/heads/master
c: 4528555
h: refs/heads/master
i:
  338239: bae8966
v: v3
  • Loading branch information
Stefan Hajnoczi authored and Greg Kroah-Hartman committed Nov 27, 2012
1 parent 819d647 commit 5a34f09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 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: 9f673d7a6022b9425fc412d619fd72bcadcf80c3
refs/heads/master: 4528555c8cf8069795b4c842137979ff2510e84d
9 changes: 0 additions & 9 deletions trunk/drivers/staging/line6/pod.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,6 @@ void line6_pod_process_message(struct usb_line6_pod *pod)
/* intentionally no break here! */

case LINE6_PARAM_CHANGE | LINE6_CHANNEL_HOST:
if ((buf[1] == POD_amp_model_setup) ||
(buf[1] == POD_effect_setup))
/* these also affect other settings */
line6_dump_request_async(&pod->dumpreq, &pod->line6, 0,
LINE6_DUMP_CURRENT);

break;

case LINE6_PROGRAM_CHANGE | LINE6_CHANNEL_DEVICE:
Expand Down Expand Up @@ -288,9 +282,6 @@ void line6_pod_transmit_parameter(struct usb_line6_pod *pod, int param,
{
if (line6_transmit_parameter(&pod->line6, param, value) == 0)
pod_store_parameter(pod, param, value);

if ((param == POD_amp_model_setup) || (param == POD_effect_setup)) /* these also affect other settings */
line6_invalidate_current(&pod->dumpreq);
}

/*
Expand Down

0 comments on commit 5a34f09

Please sign in to comment.