Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310560
b: refs/heads/master
c: 19efb72
h: refs/heads/master
v: v3
  • Loading branch information
Borislav Petkov authored and Rusty Russell committed Jun 8, 2012
1 parent 6a309fe commit 8116ba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: ae82fdb1406ad41d68f07027fe31f2d35ba22a90
refs/heads/master: 19efb72fdc3c3bbfb929d91e34312b0494f14409
7 changes: 1 addition & 6 deletions trunk/init/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -755,13 +755,8 @@ static void __init do_initcalls(void)
{
int level;

for (level = 0; level < ARRAY_SIZE(initcall_levels) - 1; level++) {
pr_info("initlevel:%d=%s, %d registered initcalls\n",
level, initcall_level_names[level],
(int) (initcall_levels[level+1]
- initcall_levels[level]));
for (level = 0; level < ARRAY_SIZE(initcall_levels) - 1; level++)
do_initcall_level(level);
}
}

/*
Expand Down

0 comments on commit 8116ba7

Please sign in to comment.