Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USB: Do not try to print NULL format strings for verbose trace messages when disabled #2383

Merged
merged 1 commit into from
Nov 23, 2020

Commits on Nov 23, 2020

  1. usb: Do not try to print verbose trace when disabled

    Right now if usb tracing is enabled but verbose is disabled
    a debug assert will be triggered when ever a verbose trace point
    is hit.  Instead of trying to print the NULL message, just return
    early.
    
    Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
    btashton committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    7e3b56d View commit details
    Browse the repository at this point in the history