Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9386
b: refs/heads/master
c: f2d6137
h: refs/heads/master
v: v3
  • Loading branch information
Rafael J. Wysocki authored and Linus Torvalds committed Sep 28, 2005
1 parent 4be11b8 commit 2b72bda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 254b54771cc4c00002f796be65d2885191dca9dc
refs/heads/master: f2d613799af915da1fd78463ba8ec5086a0d6f92
6 changes: 3 additions & 3 deletions trunk/kernel/power/swsusp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1437,9 +1437,9 @@ static int read_pagedir(struct pbe *pblist)
}

if (error)
free_page((unsigned long)pblist);

BUG_ON(i != swsusp_info.pagedir_pages);
free_pagedir(pblist);
else
BUG_ON(i != swsusp_info.pagedir_pages);

return error;
}
Expand Down

0 comments on commit 2b72bda

Please sign in to comment.