firmware: arm_scmi: Log the perf domain names in the error paths
authorPeng Fan <peng.fan@nxp.com>
Fri, 22 Mar 2024 08:05:31 +0000 (16:05 +0800)
committerSudeep Holla <sudeep.holla@arm.com>
Tue, 26 Mar 2024 11:15:55 +0000 (11:15 +0000)
commit42a31d4410a8be76c39fe47c6b280bfc0eca3e42
treecd4fd68f757dc7e80019fac01419ded008360433
parent4cece764965020c22cff7665b18a012006359095
firmware: arm_scmi: Log the perf domain names in the error paths

Currently, the performance domain names are not logged whenever any
error occurs when processing the OPPs by adding to local data structures
or to the OPP library.

It would be easier to locate the problem if domain name is printed out.
So let us add the performance domain names to the other information
logged already in the error paths.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Link: https://lore.kernel.org/r/20240322080531.3365016-1-peng.fan@oss.nxp.com
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
drivers/firmware/arm_scmi/perf.c