Haojian Zhuang <[email protected]> writes:

> From: Zhangfei Gao <[email protected]>
>
> Enable SMP support on hi3xxx platform
>
> Signed-off-by: Zhangfei Gao <[email protected]>
> Tested-by: Zhang Mingjun <[email protected]>
> Tested-by: Li Xin <[email protected]>
> Signed-off-by: Haojian Zhuang <[email protected]>

This one has checkpatch errors too:

ERROR: do not initialise statics to 0 or NULL
#267: FILE: arch/arm/mach-hi3xxx/platsmp.c:20:
+static void __iomem *ctrl_base = NULL;

ERROR: space prohibited before that close parenthesis ')'
#282: FILE: arch/arm/mach-hi3xxx/platsmp.c:35:
+       return readl_relaxed(ctrl_base + ((cpu - 1 ) << 2));

I fixed these up locally too, but my generosity is running out.

Kevin
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to