Searched hist:"330 ad75f" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/bluetooth/ |
H A D | btmtkuart.c | 330ad75f Mon Aug 13 04:32:35 CDT 2018 Dan Carpenter <dan.carpenter@oracle.com> Bluetooth: mediatek: pass correct size to h4_recv_buf()
We're supposed to pass the number of elements in the mtk_recv_pkts, not the number of bytes.
Fixes: 7237c4c9ec92 ("Bluetooth: mediatek: Add protocol support for MediaTek serial devices") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org> 330ad75f Mon Aug 13 04:32:35 CDT 2018 Dan Carpenter <dan.carpenter@oracle.com> Bluetooth: mediatek: pass correct size to h4_recv_buf() We're supposed to pass the number of elements in the mtk_recv_pkts, not the number of bytes. Fixes: 7237c4c9ec92 ("Bluetooth: mediatek: Add protocol support for MediaTek serial devices") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
|