From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from coco.kroah.org (kroah.org [198.145.64.141]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "coco.kroah.org", Issuer "Greg KH" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 3F9B7DE12F for ; Thu, 12 Mar 2009 03:10:27 +1100 (EST) Date: Wed, 11 Mar 2009 09:05:47 -0700 From: Greg KH To: Grant Likely Subject: Re: [stable] [PATCH] powerpc: Remove extra semicolon in fsl_soc.c Message-ID: <20090311160547.GA21668@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Cc: linuxppc-dev@ozlabs.org, Greg KH , Johns Daniel , afleming@freescale.com, stable@kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Mar 11, 2009 at 10:03:22AM -0600, Grant Likely wrote: > On Wed, Mar 11, 2009 at 9:50 AM, Johns Daniel wrote: > > A semicolon at the end of the macro means that the for loop has an > > empty body, and so TSEC/MDIO will not work with older device trees. > > > > This fix only applies to 2.6.28; apparently, this code is gone for > > 2.6.29, according to Grant Likely! > > > > Signed-off-by: Johns Daniel > > Acked-by: Grant Likely > > Greg: Andy Flemming should probably confirm this, but I think this > one should be backported to the stable series. That's what he is asking for as he sent it to stable@kernel.org and asked that it go into the 2.6.28 tree only :) thanks, greg k-h