commit | ab68059e15d7a05d162716fc0b3ca04b7df46c65 | [log] [tgz] |
---|---|---|
author | Huazhong Tan <tanhuazhong@huawei.com> | Thu Jun 28 12:12:29 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 29 11:06:34 2018 +0900 |
tree | d09e0d75355d29001c295bb3ecdcc48dee383134 | |
parent | 541a7bd6bf23a1f4b5a1353b175279e0ba407871 [diff] |
net: hns3: use lower_32_bits and upper_32_bits MACRO lower_32_bits and upper_32_bits can help to get bits 0-31 and bits 32-63 of a number, so just use it. Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com> Signed-off-by: Peng Li <lipeng321@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>