commit | 9be2395186b3504aa5e337bd3284afb4966caae7 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Mon Jun 25 17:09:28 2012 +0300 |
committer | Felipe Balbi <balbi@ti.com> | Mon Jun 25 17:09:28 2012 +0300 |
tree | 4ca1cce6721e6e61247433aa02a7d5f3d905f421 | |
parent | b4996a8631e80a2aaddb5c487ff6b9ad37315f70 [diff] |
usb: dwc3: gadget: remove duplicated code from __dwc3_gadget_ep_set_halt whenever we want to stall ep0, we always call dwc3_ep0_stall_and_restart() which makes sure to send ep0state properly rendering the code in __dwc3_gadget_ep_set_halt() duplicated. Reported-by: Pratyush Anand <pratyush.anand@st.com> Signed-off-by: Felipe Balbi <balbi@ti.com>