Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192499
b: refs/heads/master
c: 0fef8b1
h: refs/heads/master
i:
  192497: 6627923
  192495: 4b35cfa
v: v3
  • Loading branch information
Randy Dunlap authored and Rafael J. Wysocki committed May 10, 2010
1 parent bb48757 commit 35afa65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 6f612af57821c637b7eaca4374ac7b85f800d6e2
refs/heads/master: 0fef8b1e83c4ab08cf1304dbebcfd749caf4f187
4 changes: 2 additions & 2 deletions trunk/kernel/power/block_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ static int submit(int rw, struct block_device *bdev, sector_t sector,
bio->bi_end_io = end_swap_bio_read;

if (bio_add_page(bio, page, PAGE_SIZE, 0) < PAGE_SIZE) {
printk(KERN_ERR "PM: Adding page to bio failed at %ld\n",
sector);
printk(KERN_ERR "PM: Adding page to bio failed at %llu\n",
(unsigned long long)sector);
bio_put(bio);
return -EFAULT;
}
Expand Down

0 comments on commit 35afa65

Please sign in to comment.