[PATCH v2] drm/msm: Fix a couple of 64-bit build warnings

2015-04-09 Thread Thierry Reding
From: Thierry Reding Avoid casts from pointers to fixed-size integers to prevent the compiler from warning. Print virtual memory addresses using %p instead. Also turn a couple of %d/%x specifiers into %zu/%zd/%zx to avoid further warnings due to mismatched format strings. Signed-off-by: Thierry

[PATCH v2] drm/msm: Fix a couple of 64-bit build warnings

2015-04-09 Thread Rob Clark
On Thu, Apr 9, 2015 at 10:39 AM, Thierry Reding wrote: > From: Thierry Reding > > Avoid casts from pointers to fixed-size integers to prevent the compiler > from warning. Print virtual memory addresses using %p instead. Also turn > a couple of %d/%x specifiers into %zu/%zd/%zx to avoid further wa