diff options
author | Joe Perches <joe@perches.com> | 2013-10-08 19:01:37 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-10-11 19:26:46 -0400 |
commit | 2b84f92b8141679be6b90396655fa4887589ec28 (patch) | |
tree | 412ce6b97862813978b33b043eab4993b337bd09 /drivers/usb/host/fotg210-hcd.c | |
parent | 65b2fb32b5ce53e103e026b6f95b784c5921cd2e (diff) |
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>
Diffstat (limited to 'drivers/usb/host/fotg210-hcd.c')
-rw-r--r-- | drivers/usb/host/fotg210-hcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/fotg210-hcd.c b/drivers/usb/host/fotg210-hcd.c index fce13bcc4a3e..55486bd23cf1 100644 --- a/drivers/usb/host/fotg210-hcd.c +++ b/drivers/usb/host/fotg210-hcd.c | |||
@@ -412,7 +412,7 @@ struct debug_buffer { | |||
412 | tmp = 'h'; break; \ | 412 | tmp = 'h'; break; \ |
413 | default: \ | 413 | default: \ |
414 | tmp = '?'; break; \ | 414 | tmp = '?'; break; \ |
415 | }; tmp; }) | 415 | } tmp; }) |
416 | 416 | ||
417 | static inline char token_mark(struct fotg210_hcd *fotg210, __hc32 token) | 417 | static inline char token_mark(struct fotg210_hcd *fotg210, __hc32 token) |
418 | { | 418 | { |