From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: Re: [PATCH net-next 4/5] net: phy: mscc: shorten `x != 0` condition to `x` Date: Sat, 15 Sep 2018 13:53:19 -0700 Message-ID: <2fc9965a-9f06-5008-8209-bfd1450110cd@gmail.com> References: <2efac3971c41837fec6001018c1275d81286512a.1536913944.git-series.quentin.schulz@bootlin.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: allan.nielsen@microchip.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, thomas.petazzoni@bootlin.com To: Quentin Schulz , davem@davemloft.net, andrew@lunn.ch Return-path: In-Reply-To: <2efac3971c41837fec6001018c1275d81286512a.1536913944.git-series.quentin.schulz@bootlin.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 9/14/2018 1:33 AM, Quentin Schulz wrote: > `if (x != 0)` is basically a more verbose version of `if (x)` so let's > use the latter so it's consistent throughout the whole driver. > > Signed-off-by: Quentin Schulz Reviewed-by: Florian Fainelli -- Florian