Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Reviewed-by: Philipp Tomsich <[email protected]>
- Loading branch information