commit | 020f67628d7f3e8f1c3ca93e8388d6b5ee128ec2 | [log] [tgz] |
---|---|---|
author | oliver@schinagl.nl <oliver@schinagl.nl> | Tue Nov 08 17:38:57 2016 +0100 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Thu Dec 08 10:36:21 2016 -0600 |
tree | e495dc49162682af9e46e624506af17769f2d6ab | |
parent | 75c056d70e404e784099204f2488d7583de9fdd9 [diff] |
net: phy: realtek: Use the BIT() macro The BIT macro is the preferred method to set bits. This patch adds the bit macro and converts bit invocations. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl> Acked-by: Joe Hershberger <joe.hershberger@ni.com>