Clang warns that ret is used uninitialzed.
And we found that actually the return type should be "int" instead
of "bool".
Fixes:
|
||
|---|---|---|
| .. | ||
| rtl8xxxu | ||
| rtl818x | ||
| rtlwifi | ||
| rtw88 | ||
| Kconfig | ||
| Makefile | ||
Clang warns that ret is used uninitialzed.
And we found that actually the return type should be "int" instead
of "bool".
Fixes:
|
||
|---|---|---|
| .. | ||
| rtl8xxxu | ||
| rtl818x | ||
| rtlwifi | ||
| rtw88 | ||
| Kconfig | ||
| Makefile | ||