Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253954
b: refs/heads/master
c: 8440f4b
h: refs/heads/master
v: v3
  • Loading branch information
Michal Kubecek authored and Rafael J. Wysocki committed Jun 21, 2011
1 parent 2ec1144 commit ada4ed4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f76b168b6f117a49d36307053e1acbe30580ea5b
refs/heads/master: 8440f4b19494467883f8541b7aa28c7bbf6ac92b
4 changes: 3 additions & 1 deletion trunk/kernel/power/user.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,10 @@ static int snapshot_open(struct inode *inode, struct file *filp)
if (error)
pm_notifier_call_chain(PM_POST_RESTORE);
}
if (error)
if (error) {
free_basic_memory_bitmaps();
atomic_inc(&snapshot_device_available);
}
data->frozen = 0;
data->ready = 0;
data->platform_support = 0;
Expand Down

0 comments on commit ada4ed4

Please sign in to comment.