common: print \n in initr_scsi()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 15 Jun 2018 05:01:26 +0000 (07:01 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 10 Jul 2018 20:55:58 +0000 (16:55 -0400)
commit3804f5bb4acfa7e58d0a0890225d8584422f3629
treeb633e35859f2d131f514d73bffeacb36fa6d3188
parent6696de885eaf1fa6c2104ce70216abbc87d4fd43
common: print \n in initr_scsi()

Typically init_scsi() does not output anything. So initr_scsi() should
provide a \n or we may see borked output like

SCSI:  Net:   No ethernet found.

as observed with sandbox_defconfig.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
common/board_r.c