Re: [PATCH] rculist: Fix another sparse warning

2015-03-25 Thread Ying Xue
On 03/25/2015 09:49 PM, Paul E. McKenney wrote: > On Wed, Mar 25, 2015 at 12:43:38PM +0800, Ying Xue wrote: >> This fixes the following sparse warnings: >> >> make C=1 CF=-D__CHECK_ENDIAN__ net/tipc/name_table.o >> net/tipc/name_table.c:977:17: error: incompatible types in comparison >> expression

Re: [PATCH] rculist: Fix another sparse warning

2015-03-25 Thread Paul E. McKenney
On Wed, Mar 25, 2015 at 12:43:38PM +0800, Ying Xue wrote: > This fixes the following sparse warnings: > > make C=1 CF=-D__CHECK_ENDIAN__ net/tipc/name_table.o > net/tipc/name_table.c:977:17: error: incompatible types in comparison > expression (different address spaces) > net/tipc/name_table.c:97

[PATCH] rculist: Fix another sparse warning

2015-03-24 Thread Ying Xue
This fixes the following sparse warnings: make C=1 CF=-D__CHECK_ENDIAN__ net/tipc/name_table.o net/tipc/name_table.c:977:17: error: incompatible types in comparison expression (different address spaces) net/tipc/name_table.c:977:17: error: incompatible types in comparison expression (different a