Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86782
b: refs/heads/master
c: d9d4fcf
h: refs/heads/master
v: v3
  • Loading branch information
Alex Riesen authored and Linus Torvalds committed Mar 5, 2008
1 parent 09cf52e commit a8fe3e1
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: d31472b6d4f799a68d877f69b2f843eec5875472
refs/heads/master: d9d4fcfe515d7cece1b26decd75f5d41544a287b
2 changes: 1 addition & 1 deletion trunk/init/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ early_param("quiet", quiet_kernel);
static int __init loglevel(char *str)
{
get_option(&str, &console_loglevel);
return 1;
return 0;
}

early_param("loglevel", loglevel);
Expand Down

0 comments on commit a8fe3e1

Please sign in to comment.