commit | a74d8e21679cdb2b087ff386c34e874af8bac77a | [log] [tgz] |
---|---|---|
author | Giedrius Statkevičius <giedrius.statkevicius@gmail.com> | Fri Apr 10 17:48:54 2015 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri May 08 09:24:01 2015 +0200 |
tree | f38a92edc3452ca2793eb2c7cae7af0e110b8ee4 | |
parent | dc44f4e17c475230535f50011ab1f45b696b393b [diff] |
staging: dgnc: remove dead code in dgnc_tty_write() Remove the dead code protected by in_user in dgnc_tty_write() because it is set to 0 and never changed to 1 thus the code in ifs never gets executed. Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>