commit | 9eece5d9c6e0316f17091e37ff3ec87331bdedf3 | [log] [tgz] |
---|---|---|
author | Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com> | Wed May 23 14:36:30 2018 +0300 |
committer | Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com> | Fri May 25 08:28:41 2018 +0300 |
tree | ad537b572d4a34fa65e30b0c765f0704e29f2cd6 | |
parent | 2edd4e698dc8a0c497a502c75561c87be0e8a9a6 [diff] |
drm/xen-front: fix pointer casts 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@epam.com> Reviewed-by: Juergen Gross <jgross@suse.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180523113630.29811-1-andr2000@gmail.com