summaryrefslogtreecommitdiffstats
path: root/drivers/staging/line6/driver.c
diff options
context:
space:
mode:
authorJohannes Thumshirn2012-06-27 21:25:58 +0200
committerGreg Kroah-Hartman2012-07-07 01:12:45 +0200
commit317e188b2d48b7bc8537619b6c01208e1b03001a (patch)
tree7f4bcc38470fa71699c7b6a16978757feb962e07 /drivers/staging/line6/driver.c
parentstaging: line6: changed interface of line6_pod_transmit_parameter() (diff)
downloadkernel-qcow2-linux-317e188b2d48b7bc8537619b6c01208e1b03001a.tar.gz
kernel-qcow2-linux-317e188b2d48b7bc8537619b6c01208e1b03001a.tar.xz
kernel-qcow2-linux-317e188b2d48b7bc8537619b6c01208e1b03001a.zip
staging: line6: adjusted interface of line6_send_program()
Adjusted interface of line6_send_program() to clarify internal working Signed-off-by: Johannes Thumshirn <morbidrsa@googlemail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/line6/driver.c')
-rw-r--r--drivers/staging/line6/driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/line6/driver.c b/drivers/staging/line6/driver.c
index d86123041194..b8358ca71bdd 100644
--- a/drivers/staging/line6/driver.c
+++ b/drivers/staging/line6/driver.c
@@ -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;