USB: pl2303: remove unreachable code

Signed-off-by: Michal Sroczynski <msroczyn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Michał Sroczyński 2011-08-25 19:52:27 +02:00 committed by Greg Kroah-Hartman
parent 065e60964e
commit 55a46269cc

View File

@ -360,9 +360,6 @@ static void pl2303_set_termios(struct tty_struct *tty,
tmp >>= 2; tmp >>= 2;
buf[1] <<= 1; buf[1] <<= 1;
} }
if (tmp > 256) {
tmp %= 256;
}
buf[0] = tmp; buf[0] = tmp;
} }
} }