Re: [PATCH 2/8] vop: Cast pointers to uintptr_t

2019-01-22 Thread Greg KH
On Wed, Jan 16, 2019 at 05:32:47PM +0100, Vincent Whitchurch wrote: > Fix these on 32-bit: > > vop_vringh.c:711:13: error: cast from pointer to integer of different > size [-Werror=pointer-to-int-cast] > > Signed-off-by: Vincent Whitchurch > --- > drivers/misc/mic/vop/vop_main.c | 8

Re: [PATCH 2/8] vop: Cast pointers to uintptr_t

2019-01-16 Thread Joe Perches
On Wed, 2019-01-16 at 17:32 +0100, Vincent Whitchurch wrote: > Fix these on 32-bit: > > vop_vringh.c:711:13: error: cast from pointer to integer of different > size [-Werror=pointer-to-int-cast] [] > diff --git a/drivers/misc/mic/vop/vop_main.c b/drivers/misc/mic/vop/vop_main.c [] > @@ -497,7