commit | c79301d8d985a3f40c233bd744338eafdc57e51a | [log] [tgz] |
---|---|---|
author | Jian Shen <shenjian15@huawei.com> | Thu Jul 19 15:47:03 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sat Jul 21 08:44:23 2018 -0700 |
tree | 8b40aeb15ccf83a774500fe97008e655225e79ce | |
parent | f8a91784a13e083862b7ec325dda6bea1d25645e [diff] |
net: hns3: Modify inconsistent bit mask macros Use BIT() and GENMASK() to convert the bit mask, modify the inconsistent ones, and remove useless ones. Signed-off-by: Jian Shen <shenjian15@huawei.com> Signed-off-by: Peng Li <lipeng321@huawei.com> Signed-off-by: Salil Mehta <salil.mehta@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>