commit | 39edaf24f8195e94a07b6fc95a7337f12522e8e9 | [log] [tgz] |
---|---|---|
author | Guojia Liao <liaoguojia@huawei.com> | Thu Oct 31 19:23:24 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 31 12:03:23 2019 -0700 |
tree | 70671a591387e9b81d12791ec504be3b76dc7def | |
parent | adcf738b804b3cfd5a72d9975e92d84053fd394f [diff] |
net: hns3: cleanup byte order issues when printed Though the hip08 and the IMP(Intelligent Management Processor) have the same byte order right now, it is better to convert __be or __le variable into the CPU's byte order before print. Signed-off-by: Guojia Liao <liaoguojia@huawei.com> Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>