Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125133
b: refs/heads/master
c: 3af3730
h: refs/heads/master
i:
  125131: 8ff74cd
v: v3
  • Loading branch information
Stefano Panella authored and David Vrabel committed Dec 23, 2008
1 parent 281ab9b commit a51d690
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: a01777ecf227de735d7e525ecda48fe74b838a17
refs/heads/master: 3af373021fa32f8f787bfbdcc1a9277a287bde4e
2 changes: 0 additions & 2 deletions trunk/drivers/uwb/beacon.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,6 @@ void uwb_beca_purge(struct uwb_rc *rc)
expires = bce->ts_jiffies + msecs_to_jiffies(beacon_timeout_ms);
if (time_after(jiffies, expires)) {
uwbd_dev_offair(bce);
list_del(&bce->node);
uwb_bce_put(bce);
}
}
mutex_unlock(&rc->uwb_beca.mutex);
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/uwb/lc-dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,8 @@ int __uwb_dev_offair(struct uwb_dev *uwb_dev, struct uwb_rc *rc)
rc ? rc->uwb_dev.dev.parent->bus->name : "n/a",
rc ? dev_name(rc->uwb_dev.dev.parent) : "");
uwb_dev_rm(uwb_dev);
list_del(&uwb_dev->bce->node);
uwb_bce_put(uwb_dev->bce);
uwb_dev_put(uwb_dev); /* for the creation in _onair() */

return 0;
Expand Down

0 comments on commit a51d690

Please sign in to comment.