Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317740
b: refs/heads/master
c: 2471c09
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Thumshirn authored and Greg Kroah-Hartman committed Jul 6, 2012
1 parent a8d0ab7 commit 55fc192
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: 50836770601d3cc8408367de34fa5ece23e7e9b8
refs/heads/master: 2471c0933988eede8040d58cefd6be4fbef9c057
2 changes: 1 addition & 1 deletion trunk/drivers/staging/line6/driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ int line6_send_program(struct usb_line6 *line6, int value)
/*
Transmit Line6 control parameter.
*/
int line6_transmit_parameter(struct usb_line6 *line6, int param, int value)
int line6_transmit_parameter(struct usb_line6 *line6, int param, 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 @@ -224,7 +224,7 @@ extern void line6_start_timer(struct timer_list *timer, unsigned int msecs,
void (*function) (unsigned long),
unsigned long data);
extern int line6_transmit_parameter(struct usb_line6 *line6, int param,
int value);
u8 value);
extern int line6_version_request_async(struct usb_line6 *line6);
extern int line6_write_data(struct usb_line6 *line6, int address, void *data,
size_t datalen);
Expand Down

0 comments on commit 55fc192

Please sign in to comment.