aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2021-01-06 11:36:35 +0300
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2021-01-07 18:13:51 +0100
commit2185c23071e2c1f26fbccb323aa831732540cfcc (patch)
tree4d345aedbf1d613e7dfb8bb52e74373b90e0bae5 /tools/perf/scripts/python/export-to-postgresql.py
parentpowercap/drivers/dtpm: Fix __udivdi3 and __aeabi_uldivmod unresolved symbols (diff)
downloadwireguard-linux-2185c23071e2c1f26fbccb323aa831732540cfcc.tar.xz
wireguard-linux-2185c23071e2c1f26fbccb323aa831732540cfcc.zip
powercap/drivers/dtpm: Fix a double shift bug
The DTPM_POWER_LIMIT_FLAG is used for test_bit() etc which take a bit number so it should be bit 0. But currently it's set to BIT(0) then that is double shifted equivalent to BIT(BIT(0)). This doesn't cause a run time problem because it's done consistently. Fixes: a20d0ef97abf ("powercap/drivers/dtpm: Add API for dynamic thermal power management") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions