Re: [PATCH] usb: gadget: fsl_udc_core: Fix pullup status

From: Dmitry Osipenko
Date: Fri Mar 25 2016 - 09:03:27 EST


Hello Sergei,

25.03.2016 14:12, Sergei Shtylyov ÐÐÑÐÑ:
[snip]

udc = container_of(gadget, struct fsl_udc, gadget);

+ udc->softconnect = (is_on != 0);

!!is_on? Parens not needed anyway though.


Okay :) I'll change to it in V2 as well as a bit messed up commit message. Thanks for the comment!

[snip]

--
Dmitry