Re: [PATCH] ntb: test: fix pointer size warning

2016-03-27 Thread Jon Mason
On Mon, Mar 21, 2016 at 8:31 PM, Brian Norris wrote: > On Mon, Mar 21, 2016 at 07:52:38PM -0400, Jon Mason wrote: >> On Fri, Mar 18, 2016 at 10:11:20AM -0700, Brian Norris wrote: >> > drivers/ntb/test/ntb_perf.c: In function ‘perf_copy’: >> >

Re: [PATCH] ntb: test: fix pointer size warning

2016-03-27 Thread Jon Mason
On Mon, Mar 21, 2016 at 8:31 PM, Brian Norris wrote: > On Mon, Mar 21, 2016 at 07:52:38PM -0400, Jon Mason wrote: >> On Fri, Mar 18, 2016 at 10:11:20AM -0700, Brian Norris wrote: >> > drivers/ntb/test/ntb_perf.c: In function ‘perf_copy’: >> > drivers/ntb/test/ntb_perf.c:213:10: warning: cast from

Re: [PATCH] ntb: test: fix pointer size warning

2016-03-21 Thread Brian Norris
On Mon, Mar 21, 2016 at 07:52:38PM -0400, Jon Mason wrote: > On Fri, Mar 18, 2016 at 10:11:20AM -0700, Brian Norris wrote: > > drivers/ntb/test/ntb_perf.c: In function ‘perf_copy’: > > drivers/ntb/test/ntb_perf.c:213:10: warning: cast from pointer to integer > > of different size

Re: [PATCH] ntb: test: fix pointer size warning

2016-03-21 Thread Brian Norris
On Mon, Mar 21, 2016 at 07:52:38PM -0400, Jon Mason wrote: > On Fri, Mar 18, 2016 at 10:11:20AM -0700, Brian Norris wrote: > > drivers/ntb/test/ntb_perf.c: In function ‘perf_copy’: > > drivers/ntb/test/ntb_perf.c:213:10: warning: cast from pointer to integer > > of different size

Re: [PATCH] ntb: test: fix pointer size warning

2016-03-21 Thread Jon Mason
On Fri, Mar 18, 2016 at 10:11:20AM -0700, Brian Norris wrote: > drivers/ntb/test/ntb_perf.c: In function ‘perf_copy’: > drivers/ntb/test/ntb_perf.c:213:10: warning: cast from pointer to integer of > different size [-Wpointer-to-int-cast] > drivers/ntb/test/ntb_perf.c:214:14: warning: cast from

Re: [PATCH] ntb: test: fix pointer size warning

2016-03-21 Thread Jon Mason
On Fri, Mar 18, 2016 at 10:11:20AM -0700, Brian Norris wrote: > drivers/ntb/test/ntb_perf.c: In function ‘perf_copy’: > drivers/ntb/test/ntb_perf.c:213:10: warning: cast from pointer to integer of > different size [-Wpointer-to-int-cast] > drivers/ntb/test/ntb_perf.c:214:14: warning: cast from

Re: [PATCH] ntb: test: fix pointer size warning

2016-03-19 Thread Jiang, Dave
On Fri, 2016-03-18 at 10:11 -0700, Brian Norris wrote: > drivers/ntb/test/ntb_perf.c: In function ‘perf_copy’: > drivers/ntb/test/ntb_perf.c:213:10: warning: cast from pointer to > integer of different size [-Wpointer-to-int-cast] > drivers/ntb/test/ntb_perf.c:214:14: warning: cast from pointer to

Re: [PATCH] ntb: test: fix pointer size warning

2016-03-19 Thread Jiang, Dave
On Fri, 2016-03-18 at 10:11 -0700, Brian Norris wrote: > drivers/ntb/test/ntb_perf.c: In function ‘perf_copy’: > drivers/ntb/test/ntb_perf.c:213:10: warning: cast from pointer to > integer of different size [-Wpointer-to-int-cast] > drivers/ntb/test/ntb_perf.c:214:14: warning: cast from pointer to

[PATCH] ntb: test: fix pointer size warning

2016-03-18 Thread Brian Norris
drivers/ntb/test/ntb_perf.c: In function ‘perf_copy’: drivers/ntb/test/ntb_perf.c:213:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] drivers/ntb/test/ntb_perf.c:214:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] On 32-bit

[PATCH] ntb: test: fix pointer size warning

2016-03-18 Thread Brian Norris
drivers/ntb/test/ntb_perf.c: In function ‘perf_copy’: drivers/ntb/test/ntb_perf.c:213:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] drivers/ntb/test/ntb_perf.c:214:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] On 32-bit