commit | 7dbffe40a3386d196000919f0af31ad5c8eaf57b | [log] [tgz] |
---|---|---|
author | Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> | Mon Aug 13 11:24:05 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 20 07:21:28 2018 -0400 |
tree | 6ae0822e7f71153fd5b9fe6831974640c5122971 | |
parent | 1b13f685bf02cda91593c4c0ae65327c763429ad [diff] |
spl: fix debug print in spl_common_init() spl_common_init() debug-prints "spl_early_init()\n" but it is called both from spl_early_init() and spl_init(). Fix this by moving the debug() statement to the calling functions which now print their name. Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>