commit | ec1b26f2c8640fe33e872815c5924f5a53fc42dd | [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 | 0c7663024ad82496d78cbb3f084ad972f70d59e9 [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>