Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291057
b: refs/heads/master
c: 9246a86
h: refs/heads/master
i:
  291055: 528e457
v: v3
  • Loading branch information
Johan Hedberg committed Feb 23, 2012
1 parent a046760 commit dd58a85
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 4004b6d96a14edbd157a62ae25bf61022d7caccc
refs/heads/master: 9246a8693e74b3480913cf6e0c2d472267169990
3 changes: 2 additions & 1 deletion trunk/net/bluetooth/mgmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -1401,7 +1401,7 @@ static int remove_uuid(struct sock *sk, u16 index, void *data, u16 len)
schedule_delayed_work(&hdev->service_cache,
msecs_to_jiffies(SERVICE_CACHE_TIMEOUT));

goto unlock;
goto update_class;
}

found = 0;
Expand All @@ -1422,6 +1422,7 @@ static int remove_uuid(struct sock *sk, u16 index, void *data, u16 len)
goto unlock;
}

update_class:
err = update_class(hdev);
if (err < 0)
goto unlock;
Expand Down

0 comments on commit dd58a85

Please sign in to comment.