diff options
author | Bryan O'Donoghue <pure.logic@nexus-software.ie> | 2017-05-15 11:58:59 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2017-06-01 02:13:44 -0700 |
commit | ee177c5d6369f8e5d3e4793dce501cf4431313a1 (patch) | |
tree | 7bd33ae6ef596b98f525b7ad393781b1088d45b3 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 7374aec95636ca39409545eba4ef5ff3125c2346 (diff) |
clk: Fix __set_clk_rates error print-string
When failing to set a clock the printout emitted is incorrect.
"u32 rate" is formatted as %d and should be %u whereas "unsigned long
clk_set_rate()" is formatted as %ld and should be %lu as per
Documentation/printk-formats.txt.
Fixes: 2885c3b2a3da ("clk: Show correct information when fail to set clock rate")
Signed-off-by: Bryan O'Donoghue <pure.logic@nexus-software.ie>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions