Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198779
b: refs/heads/master
c: 55af6bb
h: refs/heads/master
i:
  198777: d7ba5ea
  198775: 045a0d1
v: v3
  • Loading branch information
Akinobu Mita authored and Linus Torvalds committed May 27, 2010
1 parent 587e79c commit 3a65c48
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: d882ba699dbdd2156891290c31c22dc13d6530e4
refs/heads/master: 55af6bb509d3ef2696faddd4a734bf024794b337
2 changes: 1 addition & 1 deletion trunk/drivers/md/raid5.c
Original file line number Diff line number Diff line change
Expand Up @@ -4645,7 +4645,7 @@ static int raid456_cpu_notify(struct notifier_block *nfb, unsigned long action,
kfree(percpu->scribble);
pr_err("%s: failed memory allocation for cpu%ld\n",
__func__, cpu);
return NOTIFY_BAD;
return notifier_from_errno(-ENOMEM);
}
break;
case CPU_DEAD:
Expand Down

0 comments on commit 3a65c48

Please sign in to comment.