mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-09 14:53:05 +00:00
rtl8188eu: Fix some checkpatch warnings
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
0b659bd591
commit
242c9f54cc
32 changed files with 501 additions and 506 deletions
|
@ -430,7 +430,7 @@ efuse_OneByteRead(
|
|||
|
||||
rtw_write8(pAdapter, EFUSE_CTRL+3, 0x72);/* read cmd */
|
||||
|
||||
while (!(0x80 &rtw_read8(pAdapter, EFUSE_CTRL+3))&&(tmpidx<100))
|
||||
while (!(0x80 &rtw_read8(pAdapter, EFUSE_CTRL+3)) && (tmpidx < 100))
|
||||
{
|
||||
tmpidx++;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue