From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751969AbcERFDT (ORCPT ); Wed, 18 May 2016 01:03:19 -0400 Received: from mail-oi0-f68.google.com ([209.85.218.68]:35128 "EHLO mail-oi0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750961AbcERFDS (ORCPT ); Wed, 18 May 2016 01:03:18 -0400 Subject: Re: [PATCH] net: au1000 eth: simplify logical expression To: Heinrich Schuchardt , "David S. Miller" References: <1463529525-12504-1-git-send-email-xypron.glpk@gmx.de> Cc: Andrew Lunn , Ivan Vecera , Antonio Quartulli , Florian Westphal , netdev@vger.kernel.org, linux-kernel@vger.kernel.org From: Florian Fainelli Message-ID: <573BF793.3060705@gmail.com> Date: Tue, 17 May 2016 22:03:15 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <1463529525-12504-1-git-send-email-xypron.glpk@gmx.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le 17/05/2016 16:58, Heinrich Schuchardt a écrit : > (a && a > 0) is equivalent to (a > 0). > > Signed-off-by: Heinrich Schuchardt Acked-by: Florian Fainelli -- Florian