From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752967AbXKVPS0 (ORCPT ); Thu, 22 Nov 2007 10:18:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751993AbXKVPSS (ORCPT ); Thu, 22 Nov 2007 10:18:18 -0500 Received: from lixom.net ([66.141.50.11]:33436 "EHLO mail.lixom.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751868AbXKVPSR (ORCPT ); Thu, 22 Nov 2007 10:18:17 -0500 Date: Thu, 22 Nov 2007 09:20:29 -0600 From: Olof Johansson To: Cyrill Gorcunov Cc: Paul Mackerras , LKML , Kumar Gala , linuxppc-dev@ozlabs.org Subject: Re: [PATCH] PPC: trivial fix of missed increment on counter Message-ID: <20071122152029.GA7678@lixom.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 21, 2007 at 01:58:06PM +0300, Cyrill Gorcunov wrote: > On 11/21/07, Cyrill Gorcunov wrote: > > This patch does fix missed increment on counter > > > > Signed-off-by: Cyrill Gorcunov > > --- > > Sorry for that nonstandart patch submission - I've only access > > to gmail with Internet Explorer on my work. If that is not OK - will resend > > the patch today evening with mutt. > > > > > Oops - it seems the patch is corrupted a bit. Drop it please - will > resend today evening. Sorry. Thanks for the fix, but please cc the maintainer (me) next time, as well as the arch list (linuxppc-dev@ozlabs.org)? That loop could actually even easier be converted to a for_each_compatible_node() iteration. There's never more than one interface on the current boards but it's still nicer coding. Thanks, -Olof