staging: gdm724x: remove redundant assignment to pointer 'w'
authorColin Ian King <colin.king@canonical.com>
Sun, 5 Apr 2020 13:06:19 +0000 (14:06 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Apr 2020 06:55:31 +0000 (08:55 +0200)
commit84d041ffc98f9a2411b68480f0492f9928d72cfa
tree3fc11433c989797f488b4f7ca675bd423a5e299f
parentaf93096eef047dab93698e56c4a971624a1263d7
staging: gdm724x: remove redundant assignment to pointer 'w'

The pointer 'w' is being initialized with a value that is never read
and it is being updated later with a new value. The initialization
is redundant and can be removed.

Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20200405130619.377043-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gdm724x/gdm_lte.c