]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/kernel/irq.c
ALSA: make snd_ac97_add_vmaster() static
[linux-2.6-omap-h63xx.git] / arch / powerpc / kernel / irq.c
index 6e01eb0a33158ebd7628da0a6c0b1c81275c6377..dcc946e670991c7f972141ee162b814789fd4435 100644 (file)
@@ -1073,7 +1073,7 @@ static const struct file_operations virq_debug_fops = {
 static int __init irq_debugfs_init(void)
 {
        if (debugfs_create_file("virq_mapping", S_IRUGO, powerpc_debugfs_root,
-                                NULL, &virq_debug_fops))
+                                NULL, &virq_debug_fops) == NULL)
                return -ENOMEM;
 
        return 0;