diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-04-09 22:59:07 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-04-27 14:18:39 +1000 |
commit | b618d2f043506e45b1d72b48a4ff7cb5b1a7011c (patch) | |
tree | 80757ca780ad7cf59af5af78661335deb5d8fbd2 | |
parent | 73706c3283d755d3725c6a48a18e677a15ced8be (diff) | |
download | linux-3.10-b618d2f043506e45b1d72b48a4ff7cb5b1a7011c.tar.gz linux-3.10-b618d2f043506e45b1d72b48a4ff7cb5b1a7011c.tar.bz2 linux-3.10-b618d2f043506e45b1d72b48a4ff7cb5b1a7011c.zip |
powerpc/ps3: Update debug message for irq_set_chip_data()
commit ec775d0e70eb6b7116406b3441cb8501c2849dd2 ("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>
-rw-r--r-- | arch/powerpc/platforms/ps3/interrupt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/ps3/interrupt.c b/arch/powerpc/platforms/ps3/interrupt.c index f2f6413b81d..523bd0d34d9 100644 --- a/arch/powerpc/platforms/ps3/interrupt.c +++ b/arch/powerpc/platforms/ps3/interrupt.c @@ -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; } |