wil6210: fix typo in comment
Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
77c91295ea
commit
d00a6367d2
|
@ -506,7 +506,8 @@ free0:
|
|||
|
||||
return rc;
|
||||
}
|
||||
/* can't use wil_ioread32_and_clear because ICC value is not ser yet */
|
||||
|
||||
/* can't use wil_ioread32_and_clear because ICC value is not set yet */
|
||||
static inline void wil_clear32(void __iomem *addr)
|
||||
{
|
||||
u32 x = ioread32(addr);
|
||||
|
|
Loading…
Reference in New Issue