usb: dwc3: Do not call WARN_ON_ONCE from interrupt context
Gadget driver calls WARN_ON_ONCE in some of the APIs which are called from interrupt context. This may lead to watchdog bark if repeated WARN_ON_ONCE condition occurs. Hence print error message and/or log it in debug buffer. CRs-Fixed: 747698 Change-Id: Ieecd6342135e7d2bad36c82a12958b78054150db Signed-off-by:Hemant Kumar <hemantk@codeaurora.org> Signed-off-by:
Jack Pham <jackp@codeaurora.org>
Loading
Please register or sign in to comment