diff options
author | Fuqian Huang <huangfq.daxian@gmail.com> | 2019-04-23 10:55:13 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-04-25 12:04:48 +0200 |
commit | e9f1040f47276ef38402963117925d756e40363d (patch) | |
tree | b5c7d59cea048b23b46118ed8d40f06c4d904a89 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 3970d0d81816310175b6272e709ee09dd3e05171 (diff) |
staging: vchiq_arm: Fix misuse of %x
Pointers should be printed with %p or %px rather than
cast to unsigned long type and printed with %lx.
Change %lx to %pK to print the pointers.
Signed-off-by: Fuqian Huang <huangfq.daxian@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions