commit | 3b356785380ee04c55c802181f58f040ccfb06c7 | [log] [tgz] |
---|---|---|
author | Marek Szyprowski <m.szyprowski@samsung.com> | Wed Feb 03 13:42:46 2016 +0100 |
committer | Inki Dae <daeinki@gmail.com> | Tue Mar 01 23:37:08 2016 +0900 |
tree | 7533f2a45f120652d836ee83e691fcf2824ac951 | |
parent | dbbc925bb83a6cd717e5668c530fbc4b804fac71 [diff] |
drm/exynos: ipp: fix incorrect format specifiers in debug messages Drivers should use %p for printing pointers instead of hardcoding them as hexadecimal integers. This patch fixes compilation warnings on 64bit architectures. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>