commit | de4064af76537f13d74a814a962f4524e81436ac | [log] [tgz] |
---|---|---|
author | Suman Anna <s-anna@ti.com> | Tue Oct 23 20:19:09 2018 -0500 |
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | Tue Aug 27 15:21:05 2019 -0700 |
tree | 869136a65d1d7625c296654ae6cc6d15ef2cb3b4 | |
parent | 13ef71f074837b53a25822e0a6912c2aefe55019 [diff] |
rpmsg: virtio_rpmsg_bus: replace "%p" with "%pK" The virtio_rpmsg_bus driver uses the "%p" format-specifier for printing the vring buffer address. This prints only a hashed pointer even for previliged users. Use "%pK" instead so that the address can be printed during debug using kptr_restrict sysctl. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>