Re: [PATCH net-next 1/2] net/iucv: improve endianness handling

2017-06-25 Thread David Miller
From: Julian Wiedmann Date: Fri, 23 Jun 2017 19:32:27 +0200 > From: Hans Wippel > > Use proper endianness conversion for an skb protocol assignment. Given > that IUCV is only available on big endian systems (s390), this simply > avoids an endianness warning reported by sparse. > > Signed-off-b

[PATCH net-next 1/2] net/iucv: improve endianness handling

2017-06-23 Thread Julian Wiedmann
From: Hans Wippel Use proper endianness conversion for an skb protocol assignment. Given that IUCV is only available on big endian systems (s390), this simply avoids an endianness warning reported by sparse. Signed-off-by: Hans Wippel Reviewed-by: Julian Wiedmann Reviewed-by: Ursula Braun Sig