commit | 3daf74d78dfcd552445c35f1b82a271ca305ceb9 | [log] [tgz] |
---|---|---|
author | Pratyush Anand <pratyush.anand@st.com> | Sat Jun 23 02:23:08 2012 +0530 |
committer | Felipe Balbi <balbi@ti.com> | Mon Jun 25 13:59:26 2012 +0300 |
tree | 6d0ebe71a84bacb601324922e210af1fb9bbff11 | |
parent | 58a0f23fddd0a71d8fa22e6ef7627298a8ed29a6 [diff] |
usb: dwc3: remove WARN_ON from dwc_stop_active_transfer Now we are sure that, if res_trans_idx is zero, then endpoint has been stopped. So it's safe to just return if endpoint is already stopped. No need to generate warning anymore. While doing so, it's better to return when res_trans_idx is zero and decrease one level of indentation. Signed-off-by: Pratyush Anand <pratyush.anand@st.com> [ balbi@ti.com: slightly changed commit log ] Signed-off-by: Felipe Balbi <balbi@ti.com>