[RFC PATCH 02/13] picoxcell: add support for AXI bus snoopers

Jamie Iles jamie at jamieiles.com
Wed Dec 8 11:52:50 EST 2010


On Wed, Dec 08, 2010 at 04:10:13PM +0000, Russell King - ARM Linux wrote:
> On Tue, Nov 23, 2010 at 10:06:03AM +0000, Jamie Iles wrote:
> > diff --git a/arch/arm/mach-picoxcell/picoxcell_core.c b/arch/arm/mach-picoxcell/picoxcell_core.c
> > index 4469a78..07eaa9b 100644
> > --- a/arch/arm/mach-picoxcell/picoxcell_core.c
> > +++ b/arch/arm/mach-picoxcell/picoxcell_core.c
> > @@ -71,6 +71,7 @@ static ssize_t part_show(struct sys_device *sysdev,
> >  			 struct sysdev_attribute *attr, char *buf)
> >  {
> >  	const char *part = picoxcell_get_partname();
> > +
> >  	return snprintf(buf, PAGE_SIZE, "%s\n", part);
> >  }
> 
> Shouldn't this be in the first patch?
Indeed, not sure how I missed that.

Jamie



More information about the linux-arm-kernel mailing list