mirror of
https://github.com/RinCat/RTL88x2BU-Linux-Driver.git
synced 2024-11-10 01:02:50 +00:00
Fix: assigning value to itself
This commit is contained in:
parent
260141f339
commit
07d75162e3
@ -179,7 +179,6 @@ u32 odm_convert_to_db(u64 value)
|
||||
} else {
|
||||
if (db_invert_table[i][j] - value >
|
||||
value - db_invert_table[i][j - 1]) {
|
||||
i = i;
|
||||
j = j - 1;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user