commit | 3cf0ad02e42a91e85ffe9bd67422dd266531d3ec | [log] [tgz] |
---|---|---|
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Wed Jan 25 11:51:19 2012 +0100 |
committer | Felipe Balbi <balbi@ti.com> | Thu Feb 09 09:53:53 2012 +0200 |
tree | b31c5635d9a6b07c1e57a5d92a6ab536e2f7bd4a | |
parent | d11519adc214c243ec606f186316f2667b677694 [diff] |
usb: gadget: dummy_hcd: don't assign ->desc on error case If the stream check fails then we leave ep->desc assigend but we return with an error code. The caller assumes the endpoint is not enabled (which is the case) but it can not enable it again due to this assigment. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Felipe Balbi <balbi@ti.com>