projects
/
GitHub
/
LineageOS
/
G12
/
android_hardware_amlogic_kernel-modules_rtl8822cs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1260ace
)
rtl88x2CS: Fix self-assign compilation error
author
Bruno Martins
<bgcngm@gmail.com>
Sun, 22 Oct 2023 16:55:26 +0000
(17:55 +0100)
committer
Bruno Martins
<bgcngm@gmail.com>
Sun, 22 Oct 2023 16:55:51 +0000
(17:55 +0100)
Change-Id: I686a99d8b15d7ced2fb5ad102aac891ac20f6591
rtl88x2CS/hal/phydm/phydm_math_lib.c
patch
|
blob
|
blame
|
history
diff --git
a/rtl88x2CS/hal/phydm/phydm_math_lib.c
b/rtl88x2CS/hal/phydm/phydm_math_lib.c
index 90e0868ecf50528bd4eb46ef9650be722fecb1c7..2f91c6c7a1376c985dc6244b372851b12c89bd3e 100644
(file)
--- a/
rtl88x2CS/hal/phydm/phydm_math_lib.c
+++ b/
rtl88x2CS/hal/phydm/phydm_math_lib.c
@@
-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;
}
}