commit | ee336140864d069d95194e8a007827363bd36da4 | [log] [tgz] |
---|---|---|
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | Sun Nov 18 22:23:56 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sun Nov 18 16:16:20 2018 -0800 |
tree | 75b323f51801b90255cb93f3a913e77f8617be9f | |
parent | 034289b2d7cf29c8ddb79cf73d4886edabcff05e [diff] |
net: phy: icplus: use the BIT macro where possible This makes the code consistent by using the BIT() macro instead of manual bit-shifting for some of the fields. No functional changes. Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>