Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56902
b: refs/heads/master
c: 6373da1
h: refs/heads/master
v: v3
  • Loading branch information
OGAWA Hirofumi authored and Linus Torvalds committed May 24, 2007
1 parent d7150cd commit 15ec77d
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c8511f94908a92337b80f0c12342b9051232054f
refs/heads/master: 6373da1fb719f167c775c96015b0553507c34a18
2 changes: 1 addition & 1 deletion trunk/kernel/power/swap.c
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ int swsusp_check(void)
resume_bdev = open_by_devnum(swsusp_resume_device, FMODE_READ);
if (!IS_ERR(resume_bdev)) {
set_blocksize(resume_bdev, PAGE_SIZE);
memset(swsusp_header, 0, sizeof(PAGE_SIZE));
memset(swsusp_header, 0, PAGE_SIZE);
error = bio_read_page(swsusp_resume_block,
swsusp_header, NULL);
if (error)
Expand Down

0 comments on commit 15ec77d

Please sign in to comment.