tty: serial: jsm: remove redundant pointer ts
authorColin Ian King <colin.king@canonical.com>
Tue, 7 Nov 2017 11:41:07 +0000 (11:41 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Nov 2017 11:58:31 +0000 (12:58 +0100)
commit2e67c95022977a839c9c1c3acee19c4ec98a0d62
tree45a11eb4e3e3663b14c3ae825d32d614f67230ea
parent8191762a21a056faefb00a11eabe3d377ad88c39
tty: serial: jsm: remove redundant pointer ts

Pointer ts is assigned a value that is never read, ts is therefore
redundant and can be removed. Cleans up clang warning:

drivers/tty/serial/jsm/jsm_tty.c:285:2: warning: Value stored to 'ts'
is never read

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Guilherme G. Piccoli <gpiccoli@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/jsm/jsm_tty.c