staging: rtl8188eu: remove a dead assignment
authorMartin Kaiser <martin@kaiser.cx>
Thu, 8 Apr 2021 19:56:00 +0000 (21:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Apr 2021 14:17:23 +0000 (16:17 +0200)
commit92d056d6cb023184312837116f65887407defbfe
treede1f6878a04adbfb8f77adf941630d34cb05d9de
parentea21efe66253191163ad9384b19e0f8d02254ce6
staging: rtl8188eu: remove a dead assignment

There's no need to set cmd_hdl to NULL after it's used. It will be set
again before the next command is processed.

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