Skip to content
Commit a9b6148d authored by Linus Torvalds's avatar Linus Torvalds
Browse files

USB: Fix unused label warnings in drivers/usb/host/ehci-hcd.c



This gets rid of an annoying warning in ehci-hcd.c when DEBUG isn't
enabled:

    warning: label 'err_debug' defined but not used

by moving it inside the already-existing #ifdef DEBUG, so that it
matches the goto.  And now my regular build is warning-free again.

Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 9b7530cc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment