commit | 34cef3024f6279542a43dbbdab52fd4a0238b578 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Jun 15 07:01:26 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 10 16:55:58 2018 -0400 |
tree | b633e35859f2d131f514d73bffeacb36fa6d3188 | |
parent | 1ac4c1b11450cb2089ada404ffcec3f3f18f7901 [diff] |
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>