Re: [PATCH] ARM: OMAP1/2: fix SoC name printing

2018-11-29 Thread Tony Lindgren
* Aaro Koskinen [181119 11:46]: > Currently we get extra newlines on OMAP1/2 when the SoC name is printed: > > [0.00] OMAP1510 > [0.00] revision 2 handled as 15xx id: bc058c9b93111a16 > > [0.00] OMAP2420 > [0.00] > > Fix by using pr_cont. Applying into omap-for

[PATCH] ARM: OMAP1/2: fix SoC name printing

2018-11-19 Thread Aaro Koskinen
Currently we get extra newlines on OMAP1/2 when the SoC name is printed: [0.00] OMAP1510 [0.00] revision 2 handled as 15xx id: bc058c9b93111a16 [0.00] OMAP2420 [0.00] Fix by using pr_cont. Signed-off-by: Aaro Koskinen --- arch/arm/mach-omap1/id.c | 6 +++--- a