From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423198AbcBQN5W (ORCPT ); Wed, 17 Feb 2016 08:57:22 -0500 Received: from vps0.lunn.ch ([178.209.37.122]:50166 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1423084AbcBQN5V (ORCPT ); Wed, 17 Feb 2016 08:57:21 -0500 Date: Wed, 17 Feb 2016 14:57:16 +0100 From: Andrew Lunn To: Julia Lawall Cc: kbuild-all@01.org, linux-kernel@vger.kernel.org, Florian Fainelli Subject: Re: drivers/net/phy/marvell.c:1037:5-8: WARNING: Unsigned expression compared with zero: val < 0 Message-ID: <20160217135716.GF17326@lunn.ch> References: <201602160727.5fWQ3FO3%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 17, 2016 at 08:36:49AM -0500, Julia Lawall wrote: > Looks like a problem, please check. Hi Julia It is, and Dan Carpenter already pointed it out. There is a second phy driver with the exact same problem. No need to tell me if you find it. Thanks Andrew