[Cbe-oss-dev] [patch 10/13] powerpc: sysfs fix compiler warning

Andrew Pinski pinskia at gmail.com
Thu Jul 19 11:35:17 EST 2007


On 7/18/07, Arnd Bergmann <arnd at arndb.de> wrote:
> From: Christian Krafft <krafft at de.ibm.com>
> This patch fixes the following compiler warning:
> arch/powerpc/kernel/sysfs.c:385: warning: ignoring return value of
> `sysfs_create_group',

One should note this is not a compiler warning except for the fact the
compiler is emitting it.  The warning comes from the fact
`sysfs_create_group' is marked as not to ignore the return value.

Thanks,
Andrew Pinski



More information about the cbe-oss-dev mailing list