Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317742
b: refs/heads/master
c: 5b9bd2a
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Thumshirn authored and Greg Kroah-Hartman committed Jul 6, 2012
1 parent 6ebc2c1 commit 0b7991d
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 1383ec4dad392a1c316820e9afb27b5fb95a6f57
refs/heads/master: 5b9bd2ad5116c735cf8e4fa1689319849086a55e
2 changes: 1 addition & 1 deletion trunk/drivers/staging/line6/pod.c
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ static void pod_send_channel(struct usb_line6_pod *pod, int value)
Transmit PODxt Pro control parameter.
*/
void line6_pod_transmit_parameter(struct usb_line6_pod *pod, int param,
int value)
u8 value)
{
if (line6_transmit_parameter(&pod->line6, param, value) == 0)
pod_store_parameter(pod, param, value);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/line6/pod.h
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,6 @@ extern void line6_pod_midi_postprocess(struct usb_line6_pod *pod,
unsigned char *data, int length);
extern void line6_pod_process_message(struct usb_line6_pod *pod);
extern void line6_pod_transmit_parameter(struct usb_line6_pod *pod, int param,
int value);
u8 value);

#endif

0 comments on commit 0b7991d

Please sign in to comment.