提交 55a46269 编写于 作者: M Michał Sroczyński 提交者: Greg Kroah-Hartman

USB: pl2303: remove unreachable code

Signed-off-by: NMichal Sroczynski <msroczyn@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册