Commit 55a46269 authored by Michał Sroczyński's avatar Michał Sroczyński Committed by Greg Kroah-Hartman

USB: pl2303: remove unreachable code

Signed-off-by: default avatarMichal Sroczynski <msroczyn@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 065e6096
......@@ -360,9 +360,6 @@ static void pl2303_set_termios(struct tty_struct *tty,
tmp >>= 2;
buf[1] <<= 1;
}
if (tmp > 256) {
tmp %= 256;
}
buf[0] = tmp;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment