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)
commit727968357eb84497ac8e2514cf06be3d8779d24f
tree4c2058768f2d53543ca5cfee440c2ea67ee23807
parente235f7b86f33beea7e096b46db1802dbf5d7d22e
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
This page took 0.02547 seconds and 5 git commands to generate.