diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2018-07-06 17:39:48 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2018-07-06 17:39:48 +0000 |
commit | 85ab1415fff6611bffefe1fc95c49f85324f1025 (patch) | |
tree | 1b57e1df732b858e4e507ceff16a3444362a1412 | |
parent | cae22dd9043efd39392d90c60416e512ce313c75 (diff) |
Notes
-rw-r--r-- | sys/dev/psci/psci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/psci/psci.c b/sys/dev/psci/psci.c index f06d055231e7..0ce1273a71f8 100644 --- a/sys/dev/psci/psci.c +++ b/sys/dev/psci/psci.c @@ -118,7 +118,7 @@ psci_init(void *dummy) psci_callfn_t new_callfn; if (psci_find_callfn(&new_callfn) != PSCI_RETVAL_SUCCESS) { - printf("No PSCI/SMCCC call function found"); + printf("No PSCI/SMCCC call function found\n"); return; } |