irqchip/gicv3-its: Remove an unused argument 'node_name'
No references to argument 'node_name' after modifying pr_xxx() messages to include ITS base address instead of 'node_name'. Signed-off-by: Shanker Donthineni <shankerd@codeaurora.org> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
This commit is contained in:

committed by
Marc Zyngier

parent
9347359ad0
commit
0e0b0f69c5
@@ -982,7 +982,7 @@ static void its_free_tables(struct its_node *its)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static int its_alloc_tables(const char *node_name, struct its_node *its)
|
static int its_alloc_tables(struct its_node *its)
|
||||||
{
|
{
|
||||||
u64 typer = readq_relaxed(its->base + GITS_TYPER);
|
u64 typer = readq_relaxed(its->base + GITS_TYPER);
|
||||||
u32 ids = GITS_TYPER_DEVBITS(typer);
|
u32 ids = GITS_TYPER_DEVBITS(typer);
|
||||||
@@ -1598,7 +1598,7 @@ static int __init its_probe(struct device_node *node,
|
|||||||
|
|
||||||
its_enable_quirks(its);
|
its_enable_quirks(its);
|
||||||
|
|
||||||
err = its_alloc_tables(node->full_name, its);
|
err = its_alloc_tables(its);
|
||||||
if (err)
|
if (err)
|
||||||
goto out_free_cmd;
|
goto out_free_cmd;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user