Hello: This patch was applied to bluetooth/bluetooth-next.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx>: On Thu, 5 Oct 2023 14:19:23 +0300 you wrote: > The __hci_cmd_sync() function doesn't return NULL. Checking for NULL > doesn't make the code safer, it just confuses people. > > When a function returns both error pointers and NULL then generally the > NULL is a kind of success case. For example, maybe we look up an item > then errors mean we ran out of memory but NULL means the item is not > found. Or if we request a feature, then error pointers mean that there > was an error but NULL means that the feature has been deliberately > turned off. > > [...] Here is the summary with links: - Bluetooth: msft: __hci_cmd_sync() doesn't return NULL https://git.kernel.org/bluetooth/bluetooth-next/c/99976bf519f2 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html