OSDN Git Service

staging: r8188eu: remove redundant variable hoffset
authorColin Ian King <colin.king@canonical.com>
Tue, 7 Sep 2021 08:53:02 +0000 (09:53 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Sep 2021 06:49:53 +0000 (08:49 +0200)
commit10b898e351bbab883ce7d00bc85aefe471c39fd7
tree1bf013c10bf50fbfe54b1cdd12c6b5b52a6e79d2
parentd2d7aa53891ea11c8ba9357c75bf1d784e57e0ba
staging: r8188eu: remove redundant variable hoffset

Variable hoffset is being assigned values but it is never being
used. The variable is redundant and can be removed.

Acked-by: Phillip Potter <phil@philpotter.co.uk>
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Addresses-Coverity: ("Unused value")
Link: https://lore.kernel.org/r/20210907085302.10672-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/rtl8188e_hal_init.c