staging: rtl8188eu: remove duplicate if statement
authorMartin Kaiser <martin@kaiser.cx>
Thu, 8 Apr 2021 19:55:59 +0000 (21:55 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Apr 2021 14:17:23 +0000 (16:17 +0200)
commitea21efe66253191163ad9384b19e0f8d02254ce6
treec3dbb5ba4d581c58678738b18bdf31042f6194d0
parentddc7e53e5eca4fa237ce3b1cc0a5f67674a1cdad
staging: rtl8188eu: remove duplicate if statement

There's two identical checks if the device was stopped or unplugged.
Remove one of them.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20210408195601.4762-10-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_cmd.c