PM / wakeup: Correct presence vs. emptiness of wakeup_* attributes
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 28 Mar 2014 10:15:14 +0000 (11:15 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 7 Apr 2014 12:18:24 +0000 (14:18 +0200)
According to the documentation, the various wakeup_* attributes in sysfs
are not present if the device is not enabled to wake up the system.

This is not correct: the attributes are not present if the device is not
capable to wake up the system. They are empty if the device is not enabled
to wake up the system.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

No differences found