Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41036
b: refs/heads/master
c: e52726d
h: refs/heads/master
v: v3
  • Loading branch information
Marcel Holtmann authored and David S. Miller committed Nov 22, 2006
1 parent 599ad54 commit 3dacd2d
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 53ab61c6d8f391bda04dbc1e95bac348fe81103b
refs/heads/master: e52726dece1d2e3976c0caf2f4e9e1c452d31282
4 changes: 3 additions & 1 deletion trunk/net/bluetooth/hci_sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,9 @@ void hci_conn_add_sysfs(struct hci_conn *conn)

BT_DBG("conn %p", conn);

conn->dev.parent = &hdev->dev;
conn->dev.bus = &bt_bus;
conn->dev.parent = &hdev->dev;

conn->dev.release = bt_release;

snprintf(conn->dev.bus_id, BUS_ID_SIZE,
Expand Down

0 comments on commit 3dacd2d

Please sign in to comment.