summaryrefslogtreecommitdiff
path: root/drivers/staging/line6/driver.h
diff options
context:
space:
mode:
authorJohannes Thumshirn <morbidrsa@googlemail.com>2012-06-27 19:25:58 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-07-06 23:12:45 (GMT)
commit317e188b2d48b7bc8537619b6c01208e1b03001a (patch)
tree7f4bcc38470fa71699c7b6a16978757feb962e07 /drivers/staging/line6/driver.h
parent5b9bd2ad5116c735cf8e4fa1689319849086a55e (diff)
downloadlinux-fsl-qoriq-317e188b2d48b7bc8537619b6c01208e1b03001a.tar.xz
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.h')
-rw-r--r--drivers/staging/line6/driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/line6/driver.h b/drivers/staging/line6/driver.h
index 140ccfe..a3029eb 100644
--- a/drivers/staging/line6/driver.h
+++ b/drivers/staging/line6/driver.h
@@ -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,