]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
wifi: rtw88: mac: Return the original error from rtw_mac_power_switch()
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Sun, 26 Feb 2023 22:10:04 +0000 (23:10 +0100)
committerKalle Valo <kvalo@kernel.org>
Mon, 6 Mar 2023 10:09:34 +0000 (12:09 +0200)
commit15c8e267dfa62f207ee1db666c822324e3362b84
treef689b50da35368be35f5e5dac8730662c0b7b1f1
parentb7ed9fa2cb76ca7a3c3cd4a6d35748fe1fbda9f6
wifi: rtw88: mac: Return the original error from rtw_mac_power_switch()

rtw_mac_power_switch() calls rtw_pwr_seq_parser() which can return
-EINVAL, -EBUSY or 0. Propagate the original error code instead of
unconditionally returning -EINVAL in case of an error.

Fixes: e3037485c68e ("rtw88: new Realtek 802.11ac driver")
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20230226221004.138331-3-martin.blumenstingl@googlemail.com
drivers/net/wireless/realtek/rtw88/mac.c