From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrew@lunn.ch (Andrew Lunn) Date: Sun, 3 Dec 2017 04:24:24 +0100 Subject: [PATCH net-next 1/5] net: phy: realtek: use the BIT and GENMASK macros In-Reply-To: <20171202215128.20202-2-martin.blumenstingl@googlemail.com> References: <20171202215128.20202-1-martin.blumenstingl@googlemail.com> <20171202215128.20202-2-martin.blumenstingl@googlemail.com> Message-ID: <20171203032424.GA21613@lunn.ch> To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org On Sat, Dec 02, 2017 at 10:51:24PM +0100, Martin Blumenstingl wrote: > This makes it easier to compare the #defines with the datasheets. > No functional changes. > > Signed-off-by: Martin Blumenstingl Reviewed-by: Andrew Lunn Andrew