aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/bluetooth/mgmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index e7f944f52ff2..4fd45a3271e0 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -1330,7 +1330,7 @@ static int add_uuid(struct sock *sk, struct hci_dev *hdev, void *data, u16 len)
1330 memcpy(uuid->uuid, cp->uuid, 16); 1330 memcpy(uuid->uuid, cp->uuid, 16);
1331 uuid->svc_hint = cp->svc_hint; 1331 uuid->svc_hint = cp->svc_hint;
1332 1332
1333 list_add(&uuid->list, &hdev->uuids); 1333 list_add_tail(&uuid->list, &hdev->uuids);
1334 1334
1335 err = update_class(hdev); 1335 err = update_class(hdev);
1336 if (err < 0) 1336 if (err < 0)