diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-05-14 21:13:29 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2020-05-18 15:17:26 +0300 |
commit | c5457559b626a10028ebf05419ac4d430cf2945a (patch) | |
tree | c9c8ad334e53d343d4e578d6ef870da302cc4d9d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 6b684282afcc0cdb6828a8d92566089f6529d49c (diff) | |
download | linux-c5457559b626a10028ebf05419ac4d430cf2945a.tar.xz |
rtw88: 8723d: fix incorrect setting of ldo_pwr
Currently ldo_pwr has the LDO25 voltage bits set to zero and then
it is overwritten with the new voltage setting. The assignment
looks incorrect, it should be bit-wise or'ing in the new voltage
setting rather than a direct assignment.
Addresses-Coverity: ("Unused value")
Fixes: 1afb5eb7a00d ("rtw88: 8723d: Add cfg_ldo25 to control LDO25")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200514181329.16292-1-colin.king@canonical.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions