staging: r8188eu: remove unused variable from UpdateHalRAMask8188EUsb
authorPhillip Potter <phil@philpotter.co.uk>
Tue, 22 Feb 2022 23:35:06 +0000 (23:35 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Feb 2022 09:05:36 +0000 (10:05 +0100)
commit57cbe4277d3420ea94142fbb162116030d4035f3
treefc1305871da14337094a84c19d3f39f6583980d5
parentd4cbaca3d086ed70a0dfa07f2bc51c87d4299cea
staging: r8188eu: remove unused variable from UpdateHalRAMask8188EUsb

Remove the 'arg' variable from the block inside the if statement in the
UpdateHalRAMask8188EUsb function in hal/usb_halinit.c, as due to the
recent DBG_88E cleanup series, this is now set but not used. Also remove
the rest of the lines in this block that further modify 'arg' as they
are superfluous, due to it never being used afterwards.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Link: https://lore.kernel.org/r/20220222233506.72778-1-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/usb_halinit.c