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:
Marek Vasut 2026-08-04 23:37:15 +02:00 committed by Daniel Lezcano
parent 9cbf780428
commit c4c4050236
No known key found for this signature in database
GPG Key ID: A832238A2A4FE84F

View File

@ -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);