staging: r8188eu: simplify two boolean assignments
authorMartin Kaiser <martin@kaiser.cx>
Thu, 11 Nov 2021 21:26:44 +0000 (22:26 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Nov 2021 09:02:04 +0000 (10:02 +0100)
commit74b1dc3630636ef87b9d74b913e686769a8643cd
treed8327be3a5be556e64cfa5154eb2c1e7af96cdca
parent80d21b0a5d6560c481082254ec934a0369c324fd
staging: r8188eu: simplify two boolean assignments

There's no need to use the ? operator and to set true and
false explicitly.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20211111212644.9011-7-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/usb_halinit.c