From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: linux-next: net tree build warnings Date: Tue, 28 Apr 2009 23:02:32 -0700 (PDT) Message-ID: <20090428.230232.113827653.davem@davemloft.net> References: <20090429145921.5bb48c01.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:44017 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751481AbZD2GCi (ORCPT ); Wed, 29 Apr 2009 02:02:38 -0400 In-Reply-To: <20090429145921.5bb48c01.sfr@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: sfr@canb.auug.org.au Cc: linux-next@vger.kernel.org, a.beregalov@gmail.com From: Stephen Rothwell Date: Wed, 29 Apr 2009 14:59:21 +1000 > Caused by commit 011983048a120e520147361be1067dd82343038e ("vxge: use max() > instead of VXGE_HW_SET_LEVEL"). Maybe that's why the macro was used in the first place :-) We probably have to use something like max_t() here, and to me that's worse than the macro it is replacing.