From: Johannes Thumshirn Date: Wed, 27 Jun 2012 19:25:59 +0000 (+0200) Subject: staging: line6: changed interface of pod_send_channel() X-Git-Tag: v3.6-rc1~100^2~400 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8d6b7f7c9b3c346f2fef496827c3fbbc2ebef1a9;p=platform%2Fkernel%2Flinux-3.10.git staging: line6: changed interface of pod_send_channel() Adjusted interface of pod_send_channel() in order to take changes of line6_send_program() into account. Signed-off-by: Johannes Thumshirn Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/line6/pod.c b/drivers/staging/line6/pod.c index 8667aaf..459f325 100644 --- a/drivers/staging/line6/pod.c +++ b/drivers/staging/line6/pod.c @@ -405,7 +405,7 @@ void line6_pod_midi_postprocess(struct usb_line6_pod *pod, unsigned char *data, /* Send channel number (i.e., switch to a different sound). */ -static void pod_send_channel(struct usb_line6_pod *pod, int value) +static void pod_send_channel(struct usb_line6_pod *pod, u8 value) { line6_invalidate_current(&pod->dumpreq);