[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20161025105317.GA21096@amd>
Date: Tue, 25 Oct 2016 12:53:17 +0200
From: Pavel Machek <pavel@....cz>
To: standby24x7@...il.com, rdunlap@...radead.org, chenhc@...ote.com,
ralf@...ux-mips.org, linux-kernel@...r.kernel.org
Subject: drivers/platform/mips/cpu_hwmon.c: should probably let user know
when killing machine
pr_alert() would be a good thing, I'd say.
Best regards,
Pavel
diff --git a/drivers/platform/mips/cpu_hwmon.c b/drivers/platform/mips/cpu_hwmon.c
index 4300a55..b18c550 100644
--- a/drivers/platform/mips/cpu_hwmon.c
+++ b/drivers/platform/mips/cpu_hwmon.c
@@ -144,6 +144,7 @@ static void do_thermal_timer(struct work_struct *work)
if (value <= CPU_THERMAL_THRESHOLD)
schedule_delayed_work(&thermal_work, msecs_to_jiffies(5000));
else
+ /* FIXME: printk message about what is going on */
orderly_poweroff(true);
}
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
Download attachment "signature.asc" of type "application/pgp-signature" (182 bytes)
Powered by blists - more mailing lists