[PATCH] ARM: Rockchip: Fix use of plain integer as NULL pointer

2016-03-18 Thread Peter Griffin
This fixes the following sparse build warning mach-rockchip/platsmp.c:68:43: Using plain integer as NULL pointer Signed-off-by: Peter Griffin --- arch/arm/mach-rockchip/platsmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] ARM: Rockchip: Fix use of plain integer as NULL pointer

2016-03-18 Thread Peter Griffin
This fixes the following sparse build warning mach-rockchip/platsmp.c:68:43: Using plain integer as NULL pointer Signed-off-by: Peter Griffin --- arch/arm/mach-rockchip/platsmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-rockchip/platsmp.c

Re: [PATCH] ARM: Rockchip: Fix use of plain integer as NULL pointer

2016-03-18 Thread Lee Jones
Nit: Subject line doesn't match the preferred format for the sub-arch. On Thu, 17 Mar 2016, Peter Griffin wrote: > This fixes the following sparse build warning > mach-rockchip/platsmp.c:68:43: Using plain integer as NULL pointer Nit: I would insert a '\n' between your wording and the quoted

Re: [PATCH] ARM: Rockchip: Fix use of plain integer as NULL pointer

2016-03-18 Thread Lee Jones
Nit: Subject line doesn't match the preferred format for the sub-arch. On Thu, 17 Mar 2016, Peter Griffin wrote: > This fixes the following sparse build warning > mach-rockchip/platsmp.c:68:43: Using plain integer as NULL pointer Nit: I would insert a '\n' between your wording and the quoted