commit | 3afb57fa721f94206e642f8fda51f5a89dda3dfb | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Mon Sep 29 19:45:02 2014 -0700 |
committer | Guenter Roeck <linux@roeck-us.net> | Fri Oct 03 08:19:02 2014 -0700 |
tree | c19dace0b3f1f63616a2e24da594a8fd96f5d661 | |
parent | 7ad8966f4f0a4606dfaba119ea4e2b3ac4c548ee [diff] |
hwmon: (ab8500) Call kernel_power_off instead of pm_power_off 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> Reviewed-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: Guenter Roeck <linux@roeck-us.net>