mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
thermal/of: Fix trivial enabled typo
Fix trivial typo, s@enabled@enable@. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Signed-off-by: Daniel Lezcano <daniel.lezcano@kernel.org> Link: https://patch.msgid.link/20260804213738.287818-1-marek.vasut+renesas@mailbox.org
This commit is contained in:
parent
9cbf780428
commit
c4c4050236
|
|
@ -444,7 +444,7 @@ static struct thermal_zone_device *thermal_of_zone_register(struct device_node *
|
|||
|
||||
ret = thermal_zone_device_enable(tz);
|
||||
if (ret) {
|
||||
pr_err("Failed to enabled thermal zone '%s', id=%d: %d\n",
|
||||
pr_err("Failed to enable thermal zone '%s', id=%d: %d\n",
|
||||
tz->type, tz->id, ret);
|
||||
thermal_of_zone_unregister(tz);
|
||||
return ERR_PTR(ret);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user