Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353729
b: refs/heads/master
c: d72cca1
h: refs/heads/master
i:
  353727: d14938f
v: v3
  • Loading branch information
Grant Likely authored and Greg Kroah-Hartman committed Feb 15, 2013
1 parent bb0616c commit ac94ddb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3213f631da786bee317363d251a0cc54b74bc827
refs/heads/master: d72cca1eee5b26e313da2a380d4862924e271031
2 changes: 2 additions & 0 deletions trunk/drivers/base/dd.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ static int deferred_probe_initcall(void)

driver_deferred_probe_enable = true;
driver_deferred_probe_trigger();
/* Sort as many dependencies as possible before exiting initcalls */
flush_workqueue(deferred_wq);
return 0;
}
late_initcall(deferred_probe_initcall);
Expand Down

0 comments on commit ac94ddb

Please sign in to comment.