usb: Remove unnecessary semicolons

These aren't necessary after switch and if blocks.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Joe Perches
2013-10-08 16:01:37 -07:00
committed by Greg Kroah-Hartman
parent 65b2fb32b5
commit 2b84f92b81
23 changed files with 32 additions and 32 deletions

View File

@@ -379,7 +379,7 @@ struct debug_buffer {
case QH_LOW_SPEED: tmp = 'l'; break; \
case QH_HIGH_SPEED: tmp = 'h'; break; \
default: tmp = '?'; break; \
}; tmp; })
} tmp; })
static inline char token_mark(struct ehci_hcd *ehci, __hc32 token)
{