diff options
Diffstat (limited to 'arch/powerpc/kernel/irq.c')
-rw-r--r-- | arch/powerpc/kernel/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/irq.c b/arch/powerpc/kernel/irq.c index e9238556ae50..d6df018bb584 100644 --- a/arch/powerpc/kernel/irq.c +++ b/arch/powerpc/kernel/irq.c | |||
@@ -1106,7 +1106,7 @@ static const struct file_operations virq_debug_fops = { | |||
1106 | static int __init irq_debugfs_init(void) | 1106 | static int __init irq_debugfs_init(void) |
1107 | { | 1107 | { |
1108 | if (debugfs_create_file("virq_mapping", S_IRUGO, powerpc_debugfs_root, | 1108 | if (debugfs_create_file("virq_mapping", S_IRUGO, powerpc_debugfs_root, |
1109 | NULL, &virq_debug_fops)) | 1109 | NULL, &virq_debug_fops) == NULL) |
1110 | return -ENOMEM; | 1110 | return -ENOMEM; |
1111 | 1111 | ||
1112 | return 0; | 1112 | return 0; |