msm: vidc: use %pK instead of %p which respects kptr_restrict sysctl
Hide kernel pointers from unprivileged users by using %pK format-
specifier instead of %p. This respects the kptr_restrict sysctl
setting which is by default on. echo 0 to kptr_restrict to print
proper kernel addresses.
Change-Id: I6f14b039f2f193196edfce8160ae38341229085c
Signed-off-by:
Deepak Kushwah <dkushwah@codeaurora.org>
Loading
Please register or sign in to comment