mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-18 11:56:14 +07:00
rtw88: use true,false for bool variable
Fixes coccicheck warning: drivers/net/wireless/realtek/rtw88/phy.c:1437:1-24: WARNING: Assignment of 0/1 to bool variable Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: zhengbin <zhengbin13@huawei.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
8ddd4a2a6b
commit
891984bccf
@ -1434,7 +1434,7 @@ static void rtw_load_rfk_table(struct rtw_dev *rtwdev)
|
||||
|
||||
rtw_load_table(rtwdev, chip->rfk_init_tbl);
|
||||
|
||||
dpk_info->is_dpk_pwr_on = 1;
|
||||
dpk_info->is_dpk_pwr_on = true;
|
||||
}
|
||||
|
||||
void rtw_phy_load_tables(struct rtw_dev *rtwdev)
|
||||
|
Loading…
Reference in New Issue
Block a user