Loading
drm/msm/sde: Fix improper %p usage in sde rotator module
Various prints in the SDE rotator module incorrectly use %p to print
pointers, resulting in potential memory leaks. Update instances of %p
to %pK.
Change-Id: Ibb71d8a39c50b4725a2284434e016737d01c6cf3
Signed-off-by:
Christopher Braga <cbraga@codeaurora.org>