]> git.baikalelectronics.ru Git - kernel.git/commit
usb: gadget: uvc: use explicit type instead of void *
authorAndrzej Pietrasiewicz <andrzej.p@samsung.com>
Mon, 19 Jan 2015 12:52:57 +0000 (13:52 +0100)
committerFelipe Balbi <balbi@ti.com>
Tue, 27 Jan 2015 16:00:21 +0000 (10:00 -0600)
commit905d51479095a7fc65bb5817d0743f4c060f95d7
tree4c2058768f2d53543ca5cfee440c2ea67ee23807
parent0b250ec07361480ca593922acc0775c19c7bdea2
usb: gadget: uvc: use explicit type instead of void *

The first parameter of __uvcg_iter_strm_cls() is always used in
the context of struct uvcg_streaming_header, so change the
function prototype accordingly.

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/function/uvc_configfs.c