Re: [PATCH 2/7] staging: rtl8723bs: core: Remove return in void function.

From: Julia Lawall
Date: Sat May 04 2019 - 15:27:18 EST


> @@ -5828,8 +5822,6 @@ void survey_timer_hdl(struct timer_list *t)
>
>
> exit_survey_timer_hdl:
> -
> - return;
> }

Are you sure that you compiled this code? I'm not sure that it is possible
to have a label without a subsequent statement.

julia