diff options
Diffstat (limited to 'net/bluetooth')
-rw-r--r-- | net/bluetooth/hci_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hci_core.c b/net/bluetooth/hci_core.c index f6d867e0179f..63caa414945d 100644 --- a/net/bluetooth/hci_core.c +++ b/net/bluetooth/hci_core.c | |||
@@ -982,7 +982,7 @@ int hci_recv_fragment(struct hci_dev *hdev, int type, void *data, int count) | |||
982 | 982 | ||
983 | skb->dev = (void *) hdev; | 983 | skb->dev = (void *) hdev; |
984 | bt_cb(skb)->pkt_type = type; | 984 | bt_cb(skb)->pkt_type = type; |
985 | 985 | ||
986 | __reassembly(hdev, type) = skb; | 986 | __reassembly(hdev, type) = skb; |
987 | 987 | ||
988 | scb = (void *) skb->cb; | 988 | scb = (void *) skb->cb; |