commit | a9b6148d25f15ddfe9d7a7f3e526fdb64e7cf7da | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Mon Oct 20 14:23:29 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Oct 20 14:23:29 2008 -0700 |
tree | 3d60b38576c16ff40d7961b71c1f5566b6d7c04f | |
parent | 9b7530cc329eb036cfa589930c270e85031f554c [diff] |
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: Linus Torvalds <torvalds@linux-foundation.org>