From: Jingoo Han Date: Mon, 5 Aug 2013 03:14:17 +0000 (+0900) Subject: usb: gadget: u_uac1: add __user annotation X-Git-Tag: v3.12-rc1~186^2~77^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2419831c375d466fcf41dfe02799e5750c25f765;p=pandora-kernel.git usb: gadget: u_uac1: add __user annotation Added __user annotation to fix the following sparse warning. drivers/usb/gadget/u_uac1.c:194:52: warning: incorrect type in argument 2 (different address spaces) drivers/usb/gadget/u_uac1.c:194:52: expected void const [noderef] *buf drivers/usb/gadget/u_uac1.c:194:52: got void *buf Acked-by: Jassi Brar Signed-off-by: Jingoo Han Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed