linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* drivers/platform/mips/cpu_hwmon.c: orderly_poweroff() is silent
@ 2017-09-23 19:11 Pavel Machek
  0 siblings, 0 replies; only message in thread
From: Pavel Machek @ 2017-09-23 19:11 UTC (permalink / raw)
  To: chenhc, ralf, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 744 bytes --]

Orderly poweroff is silent, so it would be nice to
pr_alert("something") at the place of FIXME.

Thanks,
						Pavel

diff --git a/drivers/platform/mips/cpu_hwmon.c b/drivers/platform/mips/cpu_hwmon.c
index 322de58..df24292 100644
--- a/drivers/platform/mips/cpu_hwmon.c
+++ b/drivers/platform/mips/cpu_hwmon.c
@@ -147,6 +147,7 @@ static void do_thermal_timer(struct work_struct *work)
 	if (temp_max <= 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

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-09-23 19:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-23 19:11 drivers/platform/mips/cpu_hwmon.c: orderly_poweroff() is silent Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).