OSDN Git Service

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)
commit940f6daec092819674ce26f1b6f0be4bbb9923a8
treedcaf1f3e4f13cf7ea953abf9a1321bade162533b
parentdec5b6c569d2992e550951662ba27576f24924f7
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