git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b7530c
)
USB: Fix unused label warnings in drivers/usb/host/ehci-hcd.c
author
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 20 Oct 2008 21:23:29 +0000
(14:23 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 20 Oct 2008 21:23:29 +0000
(14:23 -0700)
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: Linus Torvalds <torvalds@linux-foundation.org>
No differences found