commit | 804c6b5a2672e2603d90ec6e1861a615b8ab0157 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Fri Oct 28 11:59:46 2011 -0700 |
committer | QuIC Gerrit Code Review <code-review@localhost> | Fri Oct 28 11:59:46 2011 -0700 |
tree | 0596d5dabd85616b5f437e626c49747171069f44 | |
parent | 5029b5b99c074b42e7c432523d52288c9d932866 [diff] | |
parent | 23abeb272bcb14092c72e409fd5960778d72472a [diff] |
Merge "msm: 8960: fixed the bug in writing to data channel" into msm-3.0
diff --git a/drivers/bluetooth/hci_smd.c b/drivers/bluetooth/hci_smd.c index 66bab6b..f3e0f6c 100644 --- a/drivers/bluetooth/hci_smd.c +++ b/drivers/bluetooth/hci_smd.c
@@ -285,7 +285,7 @@ break; case HCI_ACLDATA_PKT: case HCI_SCODATA_PKT: - avail = smd_write_avail(hs.event_channel); + avail = smd_write_avail(hs.data_channel); if (!avail) { BT_ERR("No space available for smd frame"); ret = -ENOSPC;