[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAMRc=McMMtRid6OaYsc0PO0qsS6z+Ny127YxwNcjbo7R2Mze2Q@mail.gmail.com>
Date: Fri, 26 Apr 2024 07:37:26 -0700
From: Bartosz Golaszewski <brgl@...ev.pl>
To: luiz.dentz@...il.com
Cc: marcel@...tmann.org, krzysztof.kozlowski@...aro.org,
linux-bluetooth@...r.kernel.org, linux-kernel@...r.kernel.org,
bartosz.golaszewski@...aro.org, wt@...guintechs.org, quic_zijuhu@...cinc.com,
Bartosz Golaszewski <brgl@...ev.pl>
Subject: Re: [PATCH v2] Bluetooth: qca: set power_ctrl_enabled on NULL
returned by gpiod_get_optional()
On Wed, 24 Apr 2024 17:40:27 +0200, patchwork-bot+bluetooth@...nel.org said:
> Hello:
>
> This patch was applied to bluetooth/bluetooth-next.git (master)
> by Luiz Augusto von Dentz <luiz.von.dentz@...el.com>:
>
> On Wed, 24 Apr 2024 14:29:32 +0200 you wrote:
>> From: Bartosz Golaszewski <bartosz.golaszewski@...aro.org>
>>
>> Any return value from gpiod_get_optional() other than a pointer to a
>> GPIO descriptor or a NULL-pointer is an error and the driver should
>> abort probing. That being said: commit 56d074d26c58 ("Bluetooth: hci_qca:
>> don't use IS_ERR_OR_NULL() with gpiod_get_optional()") no longer sets
>> power_ctrl_enabled on NULL-pointer returned by
>> devm_gpiod_get_optional(). Restore this behavior but bail-out on errors.
>> While at it: also bail-out on error returned when trying to get the
>> "swctrl" GPIO.
>>
>> [...]
>
> Here is the summary with links:
> - [v2] Bluetooth: qca: set power_ctrl_enabled on NULL returned by gpiod_get_optional()
> https://git.kernel.org/bluetooth/bluetooth-next/c/48a9e64a533b
>
> You are awesome, thank you!
> --
> Deet-doot-dot, I am a bot.
> https://korg.docs.kernel.org/patchwork/pwbot.html
>
>
>
Luiz,
I think patchwork borked when picking up this one, here's what the commit
trailer looks like in next:
Reported-by: Wren Turkal <wt@...guintechs.org>
Reported-by: Zijun Hu <quic_zijuhu@...cinc.com>
Closes: https://lore.kernel.org/linux-bluetooth/1713449192-25926-2-git-send-email-quic_zijuhu@quicinc.com/
Fixes: 56d074d26c58 ("Bluetooth: hci_qca: don't use
IS_ERR_OR_NULL() with gpiod_get_optional()")
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@...aro.org>
Tested-by: Wren Turkal" <wt@...guintechs.org>
Reported-by: Wren Turkal <wt@...guintechs.org>
Reported-by: Zijun Hu <quic_zijuhu@...cinc.com>
Reviewed-by: Krzysztof Kozlowski<krzysztof.kozlowski@...aro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@...el.com>
Reported-by and Reviewed-by tags are duplicated. One of the RB tags is missing
a space.
Bartosz
Powered by blists - more mailing lists