mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 22:20:50 +07:00
powerpc/ps3: Update debug message for irq_set_chip_data()
commit ec775d0e70
("powerpc: Convert to new irq_*
function names") changed a call from set_irq_chip_data() to
irq_set_chip_data(), but forgot to update the corresponding debug message
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Geoff Levand <geoff@infradead.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
parent
73706c3283
commit
b618d2f043
@ -197,7 +197,7 @@ static int ps3_virq_setup(enum ps3_cpu_binding cpu, unsigned long outlet,
|
||||
result = irq_set_chip_data(*virq, pd);
|
||||
|
||||
if (result) {
|
||||
pr_debug("%s:%d: set_irq_chip_data failed\n",
|
||||
pr_debug("%s:%d: irq_set_chip_data failed\n",
|
||||
__func__, __LINE__);
|
||||
goto fail_set;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user