diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2015-08-01 14:30:08 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-08-10 20:41:34 +0200 |
commit | 0208bc8803918d7e84f247f1d4f1730171a24c16 (patch) | |
tree | 433a4d7baed7d2c888e83df77f5708939c89bd55 /drivers/bluetooth/btmrvl_sdio.c | |
parent | Merge branch 'mlxsw-fixes' (diff) | |
download | linux-0208bc8803918d7e84f247f1d4f1730171a24c16.tar.xz linux-0208bc8803918d7e84f247f1d4f1730171a24c16.zip |
Bluetooth: Fix breakage in amp_write_rem_assoc_frag()
We should be passing the pointer itself instead of the address of the
pointer.
This was a copy and paste bug when we replaced the calls to
hci_send_cmd(). Originally, the arguments were "len, cp" but we
overwrote them with "sizeof(cp), &cp" by mistake.
Fixes: b3d3914006a0 ('Bluetooth: Move amp assoc read/write completed callback to amp.c')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/btmrvl_sdio.c')
0 files changed, 0 insertions, 0 deletions