[PATCH 02/10] drm/exynos: ipp: fix incorrect format specifiers in debug messages

2016-02-04 Thread Krzysztof Kozlowski
On 04.02.2016 11:34, Inki Dae wrote: > > > 2016년 02월 04일 11:17에 Krzysztof Kozlowski 이(가) 쓴 글: >> On 03.02.2016 21:42, Marek Szyprowski wrote: >>> Drivers should use %p for printing pointers instead of hardcoding them >>> as hexadecimal integers. This patch fixes compilation

[PATCH 02/10] drm/exynos: ipp: fix incorrect format specifiers in debug messages

2016-02-04 Thread Inki Dae
2016년 02월 04일 11:17에 Krzysztof Kozlowski 이(가) 쓴 글: > On 03.02.2016 21:42, Marek Szyprowski wrote: >> Drivers should use %p for printing pointers instead of hardcoding them >> as hexadecimal integers. This patch fixes compilation warnings on 64bit >> architectures. >> >>

[PATCH 02/10] drm/exynos: ipp: fix incorrect format specifiers in debug messages

2016-02-04 Thread Krzysztof Kozlowski
On 03.02.2016 21:42, Marek Szyprowski wrote: > 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 > --- > drivers/gpu/drm/exynos/exynos_drm_fimc.c

[PATCH 02/10] drm/exynos: ipp: fix incorrect format specifiers in debug messages

2016-02-03 Thread Marek Szyprowski
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 --- drivers/gpu/drm/exynos/exynos_drm_fimc.c| 2 +- drivers/gpu/drm/exynos/exynos_drm_gsc.c | 2