staging: rtl8188eu: replace switch-case with if
authorMartin Kaiser <martin@kaiser.cx>
Thu, 8 Apr 2021 19:55:53 +0000 (21:55 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Apr 2021 14:17:23 +0000 (16:17 +0200)
commitf40e1901bed016400452e639293741f8b5731fca
tree666d749297f084f1227f95074124aa061bbce1b3
parent062f6d14521d4f27f1612940b30566f8b5b430a0
staging: rtl8188eu: replace switch-case with if

This switch has only one case. Replace it with an if statement.

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