]> git.baikalelectronics.ru Git - kernel.git/commit
staging: dgnc: remove useless switch-case statements
authorDaeseok Youn <daeseok.youn@gmail.com>
Tue, 14 Mar 2017 02:07:45 +0000 (11:07 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Mar 2017 03:20:33 +0000 (11:20 +0800)
commitc67277df03cf4a284208f262eafde2c43876a72a
treedcaf1f3e4f13cf7ea953abf9a1321bade162533b
parentf05848f9d12a071de8894325b45fc4345ba562c6
staging: dgnc: remove useless switch-case statements

The dgnc_tty_send_break() has a switch-case condition for msec.
It is no use except case -1.

Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_tty.c