diff options
author | Greg Kroah-Hartman <[email protected]> | 2020-09-23 15:43:48 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-09-25 16:33:59 +0200 |
commit | dbb29de70ae73a5737506d6cfe802bee81557ae7 (patch) | |
tree | f2f3d2c2c8981b608998a0325932930fc286b315 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 10fbd979bd636629e3d08dda70f837c3b4864b47 (diff) |
Bluetooth: ath3k: use usb_control_msg_send() and usb_control_msg_recv()
The usb_control_msg_send() and usb_control_msg_recv() calls can return
an error if a "short" write/read happens, and they can handle data off
of the stack, so move the driver over to using those calls instead,
saving some logic when dynamically allocating memory.
v2: changed API of use usb_control_msg_send() and usb_control_msg_recv()
Cc: Marcel Holtmann <[email protected]>
Cc: Johan Hedberg <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions