Re: [patch] powerpc: sysfs fix compiler warning

2007-06-29 Thread Christian Krafft
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

Re: [patch] powerpc: sysfs fix compiler warning

2007-06-29 Thread Michael Buesch
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

[patch] powerpc: sysfs fix compiler warning

2007-06-29 Thread Christian Krafft
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