Missing newline is inconsistent with the rest of the callers, since
panic() expects it.
Signed-off-by: Michal Orzel <michal.orzel@amd.com>
Reviewed-by: Luca Fancellu <luca.fancellu@arm.com>
Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
size_cells, data);
if ( rc == -ENOSPC )
- panic("Max number of supported reserved-memory regions reached.");
+ panic("Max number of supported reserved-memory regions reached.\n");
else if ( rc != -ENOENT )
return rc;
return 0;
return 0;
#else
- panic("'sve' property found, but CONFIG_ARM64_SVE not selected");
+ panic("'sve' property found, but CONFIG_ARM64_SVE not selected\n");
#endif
}
return;
fail:
- panic("Failed to allocate requested static memory for domain %pd.", d);
+ panic("Failed to allocate requested static memory for domain %pd.\n", d);
}
/*
return;
fail:
- panic("Failed to assign requested static memory for direct-map domain %pd.",
+ panic("Failed to assign requested static memory for direct-map domain %pd.\n",
d);
}
*/
if ( wait_for_condition(wait_cpu_callout, (done + 1),
MICROCODE_UPDATE_TIMEOUT_US) )
- panic("Timeout when finished updating microcode (finished %u/%u)",
+ panic("Timeout when finished updating microcode (finished %u/%u)\n",
done, nr_cores);
/* Print warning message once if long time is spent here */