From: Jaehoon Chung Date: Mon, 22 Oct 2018 04:44:11 +0000 (+0900) Subject: usb: dwc2: gadget: set the quirk_ep_out_alinged_size as true X-Git-Tag: submit/tizen/20200402.094258~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d20b66f778950a64dae359cec9c924ce669e717d;p=platform%2Fkernel%2Flinux-rpi.git usb: dwc2: gadget: set the quirk_ep_out_alinged_size as true Set the quirk_ep_out_aligned_size as true. This patch is fixed about occurring kernel panic after failed memory allocation. Change-Id: Iafb6ccaa6f7d7dac4eb0593291166ab13cd8256d Signed-off-by: Jaehoon Chung [dwoo08.lee: bring commit from linux-artik7 of public tizen repository] Signed-off-by: Dongwoo Lee --- diff --git a/drivers/usb/dwc2/gadget.c b/drivers/usb/dwc2/gadget.c index aa5d7de..251f749 100644 --- a/drivers/usb/dwc2/gadget.c +++ b/drivers/usb/dwc2/gadget.c @@ -4760,6 +4760,8 @@ int dwc2_gadget_init(struct dwc2_hsotg *hsotg) epnum, 0); } + hsotg->gadget.quirk_ep_out_aligned_size = true; + ret = usb_add_gadget_udc(dev, &hsotg->gadget); if (ret) { dwc2_hsotg_ep_free_request(&hsotg->eps_out[0]->ep,