]> git.ipfire.org Git - people/ms/u-boot.git/commit
net: phy: realtek: Use the BIT() macro
authoroliver@schinagl.nl <oliver@schinagl.nl>
Tue, 8 Nov 2016 16:38:57 +0000 (17:38 +0100)
committerJoe Hershberger <joe.hershberger@ni.com>
Thu, 8 Dec 2016 16:36:21 +0000 (10:36 -0600)
commit020f67628d7f3e8f1c3ca93e8388d6b5ee128ec2
treee495dc49162682af9e46e624506af17769f2d6ab
parent75c056d70e404e784099204f2488d7583de9fdd9
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>
drivers/net/phy/realtek.c