commit | 977b5067c232020c5e27842aa5bec3e93d336e60 | [log] [tgz] |
---|---|---|
author | Marek Szyprowski <m.szyprowski@samsung.com> | Wed Feb 03 13:42:46 2016 +0100 |
committer | Inki Dae <daeinki@gmail.com> | Mon Feb 15 23:25:17 2016 +0900 |
tree | db13f15f09dca2c1db10d2a0d398baa50708e522 | |
parent | c327cd635c5367d9d6b063dd2d8c78484d4e4fb3 [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>