Re: [PATCH] staging: r8188eu: os_dep: remove the goto statement

From: Pavel Skripkin
Date: Sun Oct 31 2021 - 15:27:46 EST


On 10/31/21 22:24, Pavel Skripkin wrote:
I think rtw_init_default_value should return void. It's return value is not useful.


Sure, but you need to firstly remove
`ret8 = rtw_init_default_value(padapter);` and then make it return bool
^^^^

I mean void, of course :)


With regards,
Pavel Skripkin