Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26395
b: refs/heads/master
c: f3a19cb
h: refs/heads/master
i:
  26393: 73842b7
  26391: 99f519f
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed May 2, 2006
1 parent c51371b commit c932945
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: 42e4c8585f8cbbfac3b70aa2d0a4f869509a0354
refs/heads/master: f3a19cb45f4730c4ce09ca9bccf197efd010dc3b
2 changes: 1 addition & 1 deletion trunk/init/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ static void __init do_initcalls(void)

result = (*call)();

if (result && (result != -ENODEV || initcall_debug)) {
if (result && result != -ENODEV && initcall_debug) {
sprintf(msgbuf, "error code %d", result);
msg = msgbuf;
}
Expand Down

0 comments on commit c932945

Please sign in to comment.