Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317743
b: refs/heads/master
c: 317e188
h: refs/heads/master
i:
  317741: 6ebc2c1
  317739: a8d0ab7
  317735: 7677c24
  317727: d1cc9ef
v: v3
  • Loading branch information
Johannes Thumshirn authored and Greg Kroah-Hartman committed Jul 6, 2012
1 parent 0b7991d commit f1d8e08
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: 5b9bd2ad5116c735cf8e4fa1689319849086a55e
refs/heads/master: 317e188b2d48b7bc8537619b6c01208e1b03001a
2 changes: 1 addition & 1 deletion trunk/drivers/staging/line6/driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ static void line6_data_received(struct urb *urb)
/*
Send channel number (i.e., switch to a different sound).
*/
int line6_send_program(struct usb_line6 *line6, int value)
int line6_send_program(struct usb_line6 *line6, u8 value)
{
int retval;
unsigned char *buffer;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/line6/driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ extern int line6_read_data(struct usb_line6 *line6, int address, void *data,
size_t datalen);
extern int line6_read_serial_number(struct usb_line6 *line6,
int *serial_number);
extern int line6_send_program(struct usb_line6 *line6, int value);
extern int line6_send_program(struct usb_line6 *line6, u8 value);
extern int line6_send_raw_message(struct usb_line6 *line6, const char *buffer,
int size);
extern int line6_send_raw_message_async(struct usb_line6 *line6,
Expand Down

0 comments on commit f1d8e08

Please sign in to comment.