All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] [PATCH] hwmon: (ab8500) Call kernel_power_off instead of pm_power_off
Date: Wed, 01 Oct 2014 13:14:27 +0000	[thread overview]
Message-ID: <542BFE33.7090405@roeck-us.net> (raw)
In-Reply-To: <1412095533-11301-1-git-send-email-linux@roeck-us.net>

On 10/01/2014 05:54 AM, Jean Delvare wrote:
> Hi Guenter,
>
> On Tue, 30 Sep 2014 09:45:33 -0700, Guenter Roeck wrote:
>> Drivers should not call pm_power_off directly; it is not guaranteed
>> to be non-NULL. Call kernel_power_off instead.
>>
>> Cc: Jean Delvare <jdelvare@suse.de>
>> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
>> ---
>>   drivers/hwmon/ab8500.c | 5 +++--
>>   1 file changed, 3 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/hwmon/ab8500.c b/drivers/hwmon/ab8500.c
>> index d844dc8..8b6a4f4 100644
>> --- a/drivers/hwmon/ab8500.c
>> +++ b/drivers/hwmon/ab8500.c
>> @@ -6,7 +6,7 @@
>>    *
>>    * When the AB8500 thermal warning temperature is reached (threshold cannot
>>    * be changed by SW), an interrupt is set, and if no further action is taken
>> - * within a certain time frame, pm_power off will be called.
>> + * within a certain time frame, kernel_power_off will be called.
>>    *
>>    * When AB8500 thermal shutdown temperature is reached a hardware shutdown of
>>    * the AB8500 will occur.
>> @@ -21,6 +21,7 @@
>>   #include <linux/module.h>
>>   #include <linux/platform_device.h>
>>   #include <linux/power/ab8500.h>
>> +#include <linux/reboot.h>
>>   #include <linux/slab.h>
>>   #include <linux/sysfs.h>
>>   #include "abx500.h"
>> @@ -106,7 +107,7 @@ static void ab8500_thermal_power_off(struct work_struct *work)
>>
>>   	dev_warn(&abx500_data->pdev->dev, "Power off due to critical temp\n");
>>
>> -	pm_power_off();
>> +	kernel_power_off();
>>   }
>>
>>   static ssize_t ab8500_show_name(struct device *dev,
>
> I am no expert on the matter but this looks like a reasonable change.
>
> Reviewed-by: Jean Delvare <jdelvare@suse.de>
>
Thanks!

Guenter


_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

      parent reply	other threads:[~2014-10-01 13:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-30 16:45 [lm-sensors] [PATCH] hwmon: (ab8500) Call kernel_power_off instead of pm_power_off Guenter Roeck
2014-10-01 12:54 ` Jean Delvare
2014-10-01 13:14 ` Guenter Roeck [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=542BFE33.7090405@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=lm-sensors@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.