mirror of
https://github.com/chinawrj/rtl8812au
synced 2024-11-14 01:53:12 +00:00
phydm_math_lib: Remove useless assignment
This commit is contained in:
parent
6059390bcf
commit
ffd45bc496
@ -181,7 +181,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