commit | 31ac508fb9d9202a69babe9a3b8f5196dde64b5c | [log] [tgz] |
---|---|---|
author | Vijayavardhan Vennapusa <vvreddy@codeaurora.org> | Tue Jun 23 18:26:38 2015 +0530 |
committer | Vijayavardhan Vennapusa <vvreddy@codeaurora.org> | Wed Jun 24 11:27:37 2015 +0530 |
tree | be905beb92c10db04e3bd539556b8fa73795fd9b | |
parent | 7910d76a05c77d3d4462ad739cc16d9cf8d579c2 [diff] |
USB: dwc3: ep0: Use WARN_ON_ONCE to fix message flooding issue Currently driver is using WARN_ON to print call stack whenever starting control transfer fails. This could cause issue of flooding of messages. Hence fix this by moving to WARN_ON_ONCE. Also add debug events in case of error instead printing error message. Change-Id: Ie3b52b046276d82a7055e9b43d081408c7bcff51 Signed-off-by: Vijayavardhan Vennapusa <vvreddy@codeaurora.org>