staging: rtl8188eu: remove unnecessary variable
authorMartin Kaiser <martin@kaiser.cx>
Wed, 7 Apr 2021 17:05:28 +0000 (19:05 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Apr 2021 07:26:32 +0000 (09:26 +0200)
commit78ea2e24470e744b8ccb8d2c4b05105bfb571cf9
tree4c99c3828b78616e5c0348c425bf336c8f9fb87c
parent6b1164553276fbecf587eb1ffb802b7c0288d5ed
staging: rtl8188eu: remove unnecessary variable

We just want to check if rtw_usb_if1_init returns NULL, which means there
was an error.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20210407170531.29356-7-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/os_dep/usb_intf.c