[POWERPC] Fix return value check logic in debugfs virq_mapping setup
commit476ff8a0e3b17fc23994255aa9fd917d599d2ec7
authorEmil Medve <Emilian.Medve@Freescale.com>
Thu, 22 May 2008 19:49:22 +0000 (23 05:49 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 16 Jun 2008 05:00:25 +0000 (16 15:00 +1000)
tree6586103ad941312dcb3caa31b7fb162427c04a6f
parent598056d5af8fef1dbe8f96f5c2b641a528184e5a
[POWERPC] Fix return value check logic in debugfs virq_mapping setup

debugfs_create_file() returns a non-NULL (non-zero) value in case of
success, not a NULL value.

This fixes this non-critical boot-time debugging error message:

[    1.316386] calling  irq_debugfs_init+0x0/0x50
[    1.316399] initcall irq_debugfs_init+0x0/0x50 returned -12 after 0 msecs
[    1.316411] initcall irq_debugfs_init+0x0/0x50 returned with error code -12

Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
Acked-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/irq.c