mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-28 05:53:14 +00:00
The function rtw89_mac_enable_bb_rf is a void return type, so there is
no return error code to ret, so the following check for an error in ret
is redundant dead code and can be removed.
Addresses-Coverity: ("Logically dead code")
Fixes:
|
||
|---|---|---|
| .. | ||
| rtl8xxxu | ||
| rtl818x | ||
| rtlwifi | ||
| rtw88 | ||
| rtw89 | ||
| Kconfig | ||
| Makefile | ||