mbox series

[BlueZ,0/1] avdtp: Free discover when send_request returns error

Message ID 20220621043133.7720-1-zhaochengyi@uniontech.com (mailing list archive)
Headers show
Series avdtp: Free discover when send_request returns error | expand

Message

赵成义 June 21, 2022, 4:31 a.m. UTC
When send_request returns an error, session->discover should
be released here, so that the next time the program enters
avdtp_discover, the -EBUSY error will not be returned.

Chengyi (1):
  avdtp: Free discover when send_request returns error

 profiles/audio/avdtp.c | 3 +++
 1 file changed, 3 insertions(+)

Comments

patchwork-bot+bluetooth@kernel.org June 21, 2022, 8:20 p.m. UTC | #1
Hello:

This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Tue, 21 Jun 2022 12:31:32 +0800 you wrote:
> When send_request returns an error, session->discover should
> be released here, so that the next time the program enters
> avdtp_discover, the -EBUSY error will not be returned.
> 
> Chengyi (1):
>   avdtp: Free discover when send_request returns error
> 
> [...]

Here is the summary with links:
  - [BlueZ,1/1] avdtp: Free discover when send_request returns error
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=949898cc5e7f

You are awesome, thank you!