]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI / fan: Improve acpi_device_update_power error message
authorAndy Lutomirski <luto@kernel.org>
Wed, 13 Jan 2016 22:25:19 +0000 (14:25 -0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 15 Jan 2016 21:00:08 +0000 (22:00 +0100)
commita9737491c487194e724864773c9136e93d9c8b69
tree46f0342a139bd4304e92a0425d9e26ac6c7ed3ac
parent1c36e91e9f8a2ec52ebefc29dc47db038ad1685c
ACPI / fan: Improve acpi_device_update_power error message

On my laptop, I see "Setting initial power state" on boot.  It's a
firmware bug on my laptop, but the message made me think that the
initial power state was bogus and the driver fixed it.  The error
actually means that the driver failed to set the initial power
state.  Fix the message.

Signed-off-by: Andy Lutomirski <luto@kernel.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/fan.c