Commit 9391d6bb authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] kgdb: s/(void *)0)/NULL/

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent e522b7cc
......@@ -62,7 +62,7 @@ void arch_kgdb_breakpoint(void)
static void kgdb_call_nmi_hook(void *ignored)
{
kgdb_nmicallback(raw_smp_processor_id(), (void *)0);
kgdb_nmicallback(raw_smp_processor_id(), NULL);
}
void kgdb_roundup_cpus(unsigned long flags)
......
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