trivial: remove unnecessary semicolons
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
@@ -544,7 +544,7 @@ static void spcp8x5_set_termios(struct tty_struct *tty,
|
||||
}
|
||||
|
||||
/* 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;
|
||||
|
Reference in New Issue
Block a user