On Fri, 29 Jun 2007 16:57:20 +0200
Michael Buesch <[EMAIL PROTECTED]> wrote:
> On Friday 29 June 2007 16:50:10 Christian Krafft wrote:
> > From: Christian Krafft <[EMAIL PROTECTED]>
> >
> > This patch fixes the following compiler warning:
> > arch/powerpc/kernel/sysfs.c:385: warning: ignoring ret
On Friday 29 June 2007 16:50:10 Christian Krafft wrote:
> From: Christian Krafft <[EMAIL PROTECTED]>
>
> This patch fixes the following compiler warning:
> arch/powerpc/kernel/sysfs.c:385: warning: ignoring return value of
> `sysfs_create_group',
>
> Signed-off-by: Christian Krafft <[EMAIL PROTEC
From: Christian Krafft <[EMAIL PROTECTED]>
This patch fixes the following compiler warning:
arch/powerpc/kernel/sysfs.c:385: warning: ignoring return value of
`sysfs_create_group',
Signed-off-by: Christian Krafft <[EMAIL PROTECTED]>
--- linux-2.6.orig/arch/powerpc/kernel/sysfs.c
+++ linux-2.6/ar