]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
tty: n_gsm: remove redundant pointer gsm
authorColin Ian King <colin.king@canonical.com>
Tue, 7 Nov 2017 11:56:56 +0000 (11:56 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Nov 2017 14:32:32 +0000 (15:32 +0100)
commitdc88922e0a2fab90c478fbea61880acef8a06a32
treee9e7b782cd9d899698ed289ff2495e2e65fcb42a
parent525ba62c96abec9130b8edb877d1128864cee01c
tty: n_gsm: remove redundant pointer gsm

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

drivers/tty/n_gsm.c:2979:2: warning: Value stored to 'gsm' is never read

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/n_gsm.c