diff options
Diffstat (limited to 'kernel/irq/debugfs.c')
-rw-r--r-- | kernel/irq/debugfs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/irq/debugfs.c b/kernel/irq/debugfs.c index 6f636136cccc..bbd783a83409 100644 --- a/kernel/irq/debugfs.c +++ b/kernel/irq/debugfs.c | |||
@@ -256,8 +256,6 @@ static int __init irq_debugfs_init(void) | |||
256 | int irq; | 256 | int irq; |
257 | 257 | ||
258 | root_dir = debugfs_create_dir("irq", NULL); | 258 | root_dir = debugfs_create_dir("irq", NULL); |
259 | if (!root_dir) | ||
260 | return -ENOMEM; | ||
261 | 259 | ||
262 | irq_domain_debugfs_init(root_dir); | 260 | irq_domain_debugfs_init(root_dir); |
263 | 261 | ||