[RFC PATCH 02/13] picoxcell: add support for AXI bus snoopers
Russell King - ARM Linux
linux at arm.linux.org.uk
Wed Dec 8 11:10:13 EST 2010
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?
More information about the linux-arm-kernel
mailing list