diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2019-12-17 10:50:40 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-12-17 16:42:45 +0300 |
commit | f1d31743a195155c319a00d73299ff1630a532c4 (patch) | |
tree | 6e464683ebf7912d6a2e2b1cd7339806fa695ac2 /scripts | |
parent | 3578163030782a24e75ba48aba1cfa431dc9100a (diff) | |
download | linux-f1d31743a195155c319a00d73299ff1630a532c4.tar.xz |
tty: drop useless variable initialisation in tty_kopen()
The driver variable is assigned to unconditionally and not used before.
So there is no need to explicitly initialize it at the start of
tty_kopen().
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Link: https://lore.kernel.org/r/20191217075040.8020-1-u.kleine-koenig@pengutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions