Commit fa90c872 authored by Kulikov Vasiliy's avatar Kulikov Vasiliy Committed by Ralf Baechle

MIPS: SMTC: Use %p to format pointers

While at it, drop 0x prefix.
Signed-off-by: default avatarKulikov Vasiliy <segooon@gmail.com>
To: kernel-janitors@vger.kernel.org
Cc: Chris Dearman <chris@mips.com>
Cc: "Robert P. J. Day" <rpjday@crashcourse.ca>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: André Goddard Rosa <andre.goddard@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/1458/Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent e608aadd
......@@ -975,8 +975,7 @@ void ipi_decode(struct smtc_ipi *pipi)
ipi_call_interrupt();
break;
default:
printk("Impossible SMTC IPI Argument 0x%x\n",
(int)arg_copy);
printk("Impossible SMTC IPI Argument %p\n", arg_copy);
break;
}
break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment