Loading kernel/irq/irqdomain.c +1 −2 Original line number Diff line number Diff line Loading @@ -1667,7 +1667,6 @@ static void debugfs_add_domain_dir(struct irq_domain *d) static void debugfs_remove_domain_dir(struct irq_domain *d) { if (d->debugfs_file) debugfs_remove(d->debugfs_file); } Loading Loading
kernel/irq/irqdomain.c +1 −2 Original line number Diff line number Diff line Loading @@ -1667,7 +1667,6 @@ static void debugfs_add_domain_dir(struct irq_domain *d) static void debugfs_remove_domain_dir(struct irq_domain *d) { if (d->debugfs_file) debugfs_remove(d->debugfs_file); } Loading