UVC_MAX_REQUEST_SIZE
if (le16_to_cpu(ctrl->wLength) > UVC_MAX_REQUEST_SIZE)
uvc->control_buf = kmalloc(UVC_MAX_REQUEST_SIZE, GFP_KERNEL);