From: David Ahern <david.ah...@oracle.com>
Date: Mon,  4 May 2015 11:51:38 -0400

> c0adf54a109 introduced new sparse warnings:
>   CHECK   /home/dahern/kernels/linux.git/net/rds/ib_cm.c
> net/rds/ib_cm.c:191:34: warning: incorrect type in initializer (different 
> base types)
> net/rds/ib_cm.c:191:34:    expected unsigned long long [unsigned] [usertype] 
> dp_ack_seq
> net/rds/ib_cm.c:191:34:    got restricted __be64 <noident>
> net/rds/ib_cm.c:194:51: warning: cast to restricted __be64
> 
> The temporary variable for sequence number should have been declared as __be64
> rather than u64. Make it so.
> 
> Signed-off-by: David Ahern <david.ah...@oracle.com>

Applied, thanks David.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to