Bluetooth: btusb: Correct timeout macro argument used to receive control message
authorZijun Hu <quic_zijuhu@quicinc.com>
Mon, 22 Apr 2024 14:57:10 +0000 (22:57 +0800)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 14 May 2024 14:51:05 +0000 (10:51 -0400)
commitc48439fcd18e87aa4cdfbbe68fe78fc35a681d21
treebfe2625d224549e727f3f59fab6cd90efae2a58f
parent958cd6beab693f395ffe07814ef77d2b45e8b0fc
Bluetooth: btusb: Correct timeout macro argument used to receive control message

USB driver defines macro @USB_CTRL_SET_TIMEOUT for sending control message
timeout and @USB_CTRL_GET_TIMEOUT for receiving, but usb_control_msg()
uses wrong macro @USB_CTRL_SET_TIMEOUT as argument to receive control
message, fixed by using @USB_CTRL_GET_TIMEOUT to receive message.

Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/btusb.c