mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 10:44:14 +08:00
rtw88: fix typo rtw_writ16_set
rtw_writ16_set should be rtw_write16_set Signed-off-by: Tzu-En Huang <tehuang@realtek.com> Signed-off-by: Yan-Hsuan Chuang <yhchuang@realtek.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
e9c87a3b74
commit
4a36de3996
@ -97,7 +97,7 @@ static inline void rtw_write8_set(struct rtw_dev *rtwdev, u32 addr, u8 bit)
|
||||
rtw_write8(rtwdev, addr, val | bit);
|
||||
}
|
||||
|
||||
static inline void rtw_writ16_set(struct rtw_dev *rtwdev, u32 addr, u16 bit)
|
||||
static inline void rtw_write16_set(struct rtw_dev *rtwdev, u32 addr, u16 bit)
|
||||
{
|
||||
u16 val;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user