summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorShawn Lin <shawn.lin@rock-chips.com>2018-05-18 03:45:30 +0300
committerWolfram Sang <wsa@the-dreams.de>2018-05-24 23:09:05 +0300
commit17dd94796c4e039fdf8f9a813fbe71582ceff65e (patch)
treefa0d54497a1abb211a218b4010b817f4d5e38e72 /tools/perf/scripts/python/export-to-sqlite.py
parent05d4707d468dc7497a680d811e102fcc71ef93ef (diff)
downloadlinux-17dd94796c4e039fdf8f9a813fbe71582ceff65e.tar.xz
i2c: rk3x: Don't print visible virtual mapping MMIO address
Now %p doesn't print visible pointer address unless the user really want it. According to Documentation/core-api/printk-formats.rst, %px should be used instead, otherwise we could see: rk3x-i2c ff110000.i2c: Initialized RK3xxx I2C bus at (____ptrval____) rk3x-i2c ff130000.i2c: Initialized RK3xxx I2C bus at (____ptrval____) rk3x-i2c ff3c0000.i2c: Initialized RK3xxx I2C bus at (____ptrval____) rk3x-i2c ff3d0000.i2c: Initialized RK3xxx I2C bus at (____ptrval____) But I don't really understand why we need dump it in the first place! Let's remove the whole pointless log. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Reviewed-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions