X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;ds=sidebyside;f=net%2Fbluetooth%2Fhci_core.c;h=ec0bc3f60f2eea4216471746fdbea09c51b3fbcb;hb=25009a1ae1171eda6bff44b7e44eb0e076713811;hp=908fcd384ab4a6b0872af95d9d7b476e3aea51a1;hpb=726b4ffcaa450d9593b9b6ac8605967ce9f3e506;p=~andy%2Flinux diff --git a/net/bluetooth/hci_core.c b/net/bluetooth/hci_core.c index 908fcd384ab..ec0bc3f60f2 100644 --- a/net/bluetooth/hci_core.c +++ b/net/bluetooth/hci_core.c @@ -1771,7 +1771,7 @@ int hci_recv_fragment(struct hci_dev *hdev, int type, void *data, int count) data += (count - rem); count = rem; - }; + } return rem; } @@ -1806,7 +1806,7 @@ int hci_recv_stream_fragment(struct hci_dev *hdev, void *data, int count) data += (count - rem); count = rem; - }; + } return rem; }