Re: [PATCH v2] drm/xen-front: fix pointer casts

From: Oleksandr Andrushchenko
Date: Fri May 25 2018 - 07:59:41 EST


On 05/23/2018 02:46 PM, Juergen Gross wrote:
On 23/05/18 13:36, Oleksandr Andrushchenko wrote:
From: Oleksandr Andrushchenko <oleksandr_andrushchenko@xxxxxxxx>

Building for a 32-bit target results in warnings from casting
between a 32-bit pointer and a 64-bit integer. Fix the warnings
by casting those pointers to uintptr_t first.

Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@xxxxxxxx>
Reviewed-by: Juergen Gross <jgross@xxxxxxxx>
Thank you, applied to drm-misc-next

Juergen