Loading drivers/usb/gadget/ci13xxx_udc.c +2 −2 Original line number Diff line number Diff line Loading @@ -3904,8 +3904,8 @@ static int udc_probe(struct ci13xxx_udc_driver *driver, struct device *dev, mEp->ep.name = mEp->name; mEp->ep.ops = &usb_ep_ops; mEp->ep.maxpacket = k ? USHRT_MAX : CTRL_PAYLOAD_MAX; usb_ep_set_maxpacket_limit(&mEp->ep, k ? USHRT_MAX : CTRL_PAYLOAD_MAX); INIT_LIST_HEAD(&mEp->qh.queue); mEp->qh.ptr = dma_pool_alloc(udc->qh_pool, GFP_KERNEL, Loading Loading
drivers/usb/gadget/ci13xxx_udc.c +2 −2 Original line number Diff line number Diff line Loading @@ -3904,8 +3904,8 @@ static int udc_probe(struct ci13xxx_udc_driver *driver, struct device *dev, mEp->ep.name = mEp->name; mEp->ep.ops = &usb_ep_ops; mEp->ep.maxpacket = k ? USHRT_MAX : CTRL_PAYLOAD_MAX; usb_ep_set_maxpacket_limit(&mEp->ep, k ? USHRT_MAX : CTRL_PAYLOAD_MAX); INIT_LIST_HEAD(&mEp->qh.queue); mEp->qh.ptr = dma_pool_alloc(udc->qh_pool, GFP_KERNEL, Loading