commit | d5d5f079138254e4d641de2f36760d0d0fc9f510 | [log] [tgz] |
---|---|---|
author | Artur Petrosyan <Arthur.Petrosyan@synopsys.com> | Sat May 05 04:30:16 2018 -0400 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Tue May 15 10:16:50 2018 +0300 |
tree | 87280d9b484418a1a61350495e365af569960b94 | |
parent | b43ebc96e985fed9417c6aff769a6839bdaa6cdf [diff] |
usb: dwc2: Fix crash in incomplete isoc intr handlers. Crash caused by going out of "eps_out" array range. Iteration on "eps_out" changed to less than "num_of_eps". Signed-off-by: Artur Petrosyan <arturp@synopsys.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>