commit | 607fb0f4d90cc9a4463bcb17c1417d8a709dfda1 | [log] [tgz] |
---|---|---|
author | Tal Shorer <tal.shorer@gmail.com> | Mon Apr 25 15:53:29 2016 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Apr 26 14:50:02 2016 -0700 |
tree | 8179c4aa0618d839650e8c81a056d5a626179b58 | |
parent | 02da2d72174c61988eb4456b53f405e3ebdebce4 [diff] |
usb: musb: gadget: nuke endpoint before setting its descriptor to NULL Some functions, such as f_sourcesink, rely on an endpoint's desc field during their requests' complete() callback, so clear it only _after_ nuking all requests to avoid NULL pointer dereference. Signed-off-by: Tal Shorer <tal.shorer@gmail.com> Signed-off-by: Bin Liu <b-liu@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>