Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bcc417cf authored by Prasad Sodagudi's avatar Prasad Sodagudi
Browse files

arm64: psci: Update the print in cpu_psci_cpu_init()



There is no PSCO word, so update the print message in
cpu_psci_init() function with appropriate term -
Power State Coordination Interface (PSCI).

Change-Id: I0f6035647b99bf27ccf6ef8f3714cf673f2ef756
Signed-off-by: default avatarPrasad Sodagudi <psodagud@codeaurora.org>
parent 17d7bd58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -454,7 +454,7 @@ int __init psci_init(void)

static int __init cpu_psci_cpu_init(struct device_node *dn, unsigned int cpu)
{
	pr_info("Initializing psco_cpu_init\n");
	pr_info("Initializing psci_cpu_init\n");
	return 0;
}