From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH 4/7] net: phy: icplus: use the BIT macro where possible Date: Sun, 18 Nov 2018 18:04:42 +0100 Message-ID: <20181118170442.GD5591@lunn.ch> References: <20181117182007.14791-1-martin.blumenstingl@googlemail.com> <20181117182007.14791-5-martin.blumenstingl@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, devicetree@vger.kernel.org, f.fainelli@gmail.com, mark.rutland@arm.com, robh+dt@kernel.org, davem@davemloft.net, linux-kernel@vger.kernel.org To: Martin Blumenstingl Return-path: Content-Disposition: inline In-Reply-To: <20181117182007.14791-5-martin.blumenstingl@googlemail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Sat, Nov 17, 2018 at 07:20:04PM +0100, Martin Blumenstingl wrote: > 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 Reviewed-by: Andrew Lunn Andrew