staging: rtl8723bs: hal: remove redundant assignment to variable n
authorColin Ian King <colin.king@canonical.com>
Tue, 23 Jul 2019 14:59:05 +0000 (15:59 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jul 2019 07:56:05 +0000 (09:56 +0200)
commit3774fb6bd2b99858f37d9559bf0e3f9a9649f3f3
treec74b0ff53fdb22781e50877635d1a9e7af02852b
parent8638eeed74817358280d8d393503d50f60788527
staging: rtl8723bs: hal: remove redundant assignment to variable n

The variable n is being assigned a value that is never read, the
assignment 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/20190723145905.13514-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/rtl8723bs_recv.c