Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104271
b: refs/heads/master
c: ebc2433
h: refs/heads/master
i:
  104269: ef6516b
  104267: bd0856c
  104263: 5728033
  104255: 540f138
v: v3
  • Loading branch information
Andre Noll authored and Neil Brown committed Jul 11, 2008
1 parent 226d5a7 commit 6612efb
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: ce0c8e05f8ef93d991d665aade8c4bf35806ea1a
refs/heads/master: ebc243372842a81dddbe00bd047a25b8ee7d8b87
2 changes: 1 addition & 1 deletion trunk/drivers/md/md.c
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ static int alloc_disk_sb(mdk_rdev_t * rdev)
rdev->sb_page = alloc_page(GFP_KERNEL);
if (!rdev->sb_page) {
printk(KERN_ALERT "md: out of memory.\n");
return -EINVAL;
return -ENOMEM;
}

return 0;
Expand Down

0 comments on commit 6612efb

Please sign in to comment.