Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5742
b: refs/heads/master
c: 38c1844
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Aug 9, 2005
1 parent 53fe01c commit 51a36d2
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: 4875ccdb304775e9fd830f644643a1513357e043
refs/heads/master: 38c1844b3120e04b7f5bb9c18ebbc19883d1e1d6
2 changes: 1 addition & 1 deletion trunk/drivers/sbus/char/envctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ static int __init envctrl_init(void)

kenvctrld_task = kthread_run(kenvctrld, NULL, "kenvctrld");
if (IS_ERR(kenvctrld_task)) {
err = ERR_PTR(kenvctrld_task);
err = PTR_ERR(kenvctrld_task);
goto out_deregister;
}

Expand Down

0 comments on commit 51a36d2

Please sign in to comment.