mirror of
https://github.com/RinCat/RTL88x2BU-Linux-Driver.git
synced 2026-01-19 10:26:35 +00:00
Fix: assigning value to itself
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user