commit | a419aef8b858a2bdb98df60336063d28df4b272f | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue Aug 18 11:18:35 2009 -0700 |
committer | Jiri Kosina <jkosina@suse.cz> | Mon Sep 21 15:14:58 2009 +0200 |
tree | 1736f6650ec0bfc01074c489fc47396114099c5e | |
parent | 2944fcbe03d65a704f07e43efe14adb0d226fd09 [diff] [blame] |
trivial: remove unnecessary semicolons Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
diff --git a/drivers/usb/serial/spcp8x5.c b/drivers/usb/serial/spcp8x5.c index 61e7c40..1e58220 100644 --- a/drivers/usb/serial/spcp8x5.c +++ b/drivers/usb/serial/spcp8x5.c
@@ -544,7 +544,7 @@ } /* Set Baud Rate */ - baud = tty_get_baud_rate(tty);; + baud = tty_get_baud_rate(tty); switch (baud) { case 300: buf[0] = 0x00; break; case 600: buf[0] = 0x01; break;