Skip to content

Commit 75ae4f3

Browse files
authored
Comment out function call that was causing a NULL pointer exception with GadgetFS (nxp-imx#18)
1 parent 2a02135 commit 75ae4f3

File tree

1 file changed

+1
-1
lines changed
  • drivers/usb/chipidea

1 file changed

+1
-1
lines changed

drivers/usb/chipidea/udc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1969,7 +1969,7 @@ static int ci_udc_start(struct usb_gadget *gadget,
19691969

19701970
ci->driver = driver;
19711971

1972-
if (ci_udc_enable_sg_support(gadget))
1972+
// if (ci_udc_enable_sg_support(gadget))
19731973
ci->gadget.sg_supported = 1;
19741974

19751975
/* Start otg fsm for B-device */

0 commit comments

Comments
 (0)