]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
staging: r8188eu: fix build error
authorMichael Straube <straube.linux@gmail.com>
Thu, 5 Aug 2021 14:09:41 +0000 (16:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Aug 2021 18:30:01 +0000 (20:30 +0200)
commit066eea44c1ea430cabebffc383dcaa861fa9a2b9
tree20ad94fbc808683aae440d5a5c55cc1413592c65
parenta8f80c20b373bb46670643db81f043ba7da6a537
staging: r8188eu: fix build error

Remove unnecessary label to fix build error introduced with
commit b398ff88aa36 ("staging: r8188eu: remove return from void functions")

drivers/staging/r8188eu/hal/rtl8188e_dm.c:182:1: error: label at end of compound statement

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20210805140941.9130-1-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/rtl8188e_dm.c