Hello, This patch set fixes small issues with the UVC function driver. The first patch has been received as part of one of Fengguang's 0day warning report, I've just added a commit message body and collected acked-by's. The other two patches are new, they fix an endianness problem on big-endian systems and slightly simplify an internal driver function. Fengguang Wu (1): usb: gadget: uvc: uvc_alloc() can be static Laurent Pinchart (2): usb: gadget: uvc: Fix endianness mismatches usb: gadget: uvc: Simplify uvcg_video_pump by using local variable drivers/usb/gadget/function/f_uvc.c | 13 +++++++------ drivers/usb/gadget/function/uvc_video.c | 10 +++++----- 2 files changed, 12 insertions(+), 11 deletions(-) -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html