From: Thierry Reding Date: Mon, 11 Jul 2022 15:40:29 +0000 (+0200) Subject: soc/tegra: pmc: Remove leading space X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1623566fc43ecfcbcb5f39aee294262b9b187c9a;p=linux.git soc/tegra: pmc: Remove leading space Remove a leading space from a line that is otherwise indented by tabs. Signed-off-by: Thierry Reding --- diff --git a/drivers/soc/tegra/pmc.c b/drivers/soc/tegra/pmc.c index 6a4b8f7e79480..0e87fdb90a4ab 100644 --- a/drivers/soc/tegra/pmc.c +++ b/drivers/soc/tegra/pmc.c @@ -2274,7 +2274,7 @@ static int tegra_pmc_irq_alloc(struct irq_domain *domain, unsigned int virq, /* GPIO hierarchies stop at the PMC level */ if (!err && domain->parent) - err = irq_domain_disconnect_hierarchy(domain->parent, + err = irq_domain_disconnect_hierarchy(domain->parent, virq); break; }