Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39871
b: refs/heads/master
c: 0fbf116
h: refs/heads/master
i:
  39869: f5ca32c
  39867: e39aaa0
  39863: a2fccf1
  39855: 86a644a
  39839: cfccba2
  39807: b89952b
v: v3
  • Loading branch information
Duncan Sands authored and Greg Kroah-Hartman committed Oct 18, 2006
1 parent b65a83f commit b4866b1
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: acbd39fbc5d8757aa920c6045399374df7a6dd68
refs/heads/master: 0fbf116d120a2dc5d808204c7d86ad35f7d7846f
2 changes: 1 addition & 1 deletion trunk/drivers/base/dd.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ int driver_probe_device(struct device_driver * drv, struct device * dev)
probe_task = kthread_run(really_probe, data,
"probe-%s", dev->bus_id);
if (IS_ERR(probe_task))
ret = PTR_ERR(probe_task);
ret = really_probe(data);
} else
ret = really_probe(data);

Expand Down

0 comments on commit b4866b1

Please sign in to comment.