serial: meson: remove dead code in meson_uart_change_speed
authorHeiner Kallweit <hkallweit1@gmail.com>
Wed, 19 Apr 2017 20:17:31 +0000 (22:17 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 May 2017 14:34:56 +0000 (16:34 +0200)
commit5a2ce87bf27579ea359f0caba34f17fd6d0798d5
treed82b665e9f8bd1f6bf8066e754a7615950e73b02
parentba50f1df13c8f1a7bbd301cacde4b668b4a3b1bb
serial: meson: remove dead code in meson_uart_change_speed

val is set in both branches of the if clause, therefore the two
removed lines are dead code.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/meson_uart.c