Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116893
b: refs/heads/master
c: 9d53b1b
h: refs/heads/master
i:
  116891: f4b1af1
v: v3
  • Loading branch information
David Vrabel authored and David Vrabel committed Sep 17, 2008
1 parent c8867f6 commit 15bdbcd
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: 9d839477f85438695bd870898ffa77347e61b637
refs/heads/master: 9d53b1bebe23a6efe4f0a0ff75df2424e013fe07
2 changes: 2 additions & 0 deletions trunk/drivers/uwb/driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ static int __init uwb_subsys_init(void)
if (result < 0)
goto error_uwb_rc_class_register;
uwbd_start();
uwb_dbg_init();
return 0;

error_uwb_rc_class_register:
Expand All @@ -130,6 +131,7 @@ module_init(uwb_subsys_init);

static void __exit uwb_subsys_exit(void)
{
uwb_dbg_exit();
uwbd_stop();
class_unregister(&uwb_rc_class);
uwb_est_destroy();
Expand Down

0 comments on commit 15bdbcd

Please sign in to comment.