]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/exynos: ipp: fix incorrect format specifiers in debug messages
authorMarek Szyprowski <m.szyprowski@samsung.com>
Wed, 3 Feb 2016 12:42:46 +0000 (13:42 +0100)
committerInki Dae <daeinki@gmail.com>
Tue, 1 Mar 2016 14:37:08 +0000 (23:37 +0900)
commit3b356785380ee04c55c802181f58f040ccfb06c7
tree7533f2a45f120652d836ee83e691fcf2824ac951
parentdbbc925bb83a6cd717e5668c530fbc4b804fac71
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>
drivers/gpu/drm/exynos/exynos_drm_fimc.c
drivers/gpu/drm/exynos/exynos_drm_gsc.c
drivers/gpu/drm/exynos/exynos_drm_ipp.c
drivers/gpu/drm/exynos/exynos_drm_rotator.c