aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/power/devices.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/power/devices.txt b/Documentation/power/devices.txt
index 29b7a9817f5a..646a89e0c07d 100644
--- a/Documentation/power/devices.txt
+++ b/Documentation/power/devices.txt
@@ -281,10 +281,6 @@ When the system goes into the standby or memory sleep state, the phases are:
281 time.) Unlike the other suspend-related phases, during the prepare 281 time.) Unlike the other suspend-related phases, during the prepare
282 phase the device tree is traversed top-down. 282 phase the device tree is traversed top-down.
283 283
284 In addition to that, if device drivers need to allocate additional
285 memory to be able to hadle device suspend correctly, that should be
286 done in the prepare phase.
287
288 After the prepare callback method returns, no new children may be 284 After the prepare callback method returns, no new children may be
289 registered below the device. The method may also prepare the device or 285 registered below the device. The method may also prepare the device or
290 driver in some way for the upcoming system power transition (for 286 driver in some way for the upcoming system power transition (for