diff options
author | 2020-05-29 23:58:56 +0800 | |
---|---|---|
committer | 2020-06-01 08:05:07 +0200 | |
commit | d3a0fe6b0988241c64ef4f6a1045423cc79a612a (patch) | |
tree | 3d6936d77084310ea55384b1054e725966e4ba4e /net/tipc | |
parent | Bluetooth: hci_qca: Improve controller ID info log level (diff) | |
download | wireguard-linux-d3a0fe6b0988241c64ef4f6a1045423cc79a612a.tar.xz wireguard-linux-d3a0fe6b0988241c64ef4f6a1045423cc79a612a.zip |
Bluetooth: btmtkuart: Use serdev_device_write_buf() instead of serdev_device_write()
serdev_device_write() is not appropriate at here because
serdev_device_write_wakeup() is not used to release completion hold
by the former at @write_wakeup member of struct serdev_device_ops.
Fix by using serdev_device_write_buf() instead of serdev_device_write().
Signed-off-by: Zijun Hu <zijuhu@codeaurora.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions