commit | 6bee4e26a39c51ffe698072ded1f5ab2062e4225 | [log] [tgz] |
---|---|---|
author | Hans Wippel <hwippel@linux.vnet.ibm.com> | Fri Apr 07 09:15:36 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 07 05:52:51 2017 -0700 |
tree | afa529d2a93f414199c386cbf7e95ee5b6a84aff | |
parent | ff581f82330af0c0b8c10fe2fc80c9317dfd3577 [diff] |
s390/qeth: improve endianness handling Avoid endianness warnings reported by sparse by (1) using endianness conversions for assigning and using network packet fields, and (2) removing unnecessary endianness conversions from qeth_l3_rebuild_skb. No functional changes. Signed-off-by: Hans Wippel <hwippel@linux.vnet.ibm.com> Signed-off-by: Ursula Braun <ubraun@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>