From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3D3BFCCA47B for ; Wed, 8 Jun 2022 17:14:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230036AbiFHROe (ORCPT ); Wed, 8 Jun 2022 13:14:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37924 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231737AbiFHROR (ORCPT ); Wed, 8 Jun 2022 13:14:17 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ADE1F26F37B; Wed, 8 Jun 2022 10:00:15 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 3D10E61AC1; Wed, 8 Jun 2022 17:00:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 8BF5EC341C5; Wed, 8 Jun 2022 17:00:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1654707614; bh=Pe3mMFVoHSFwdO+nJFPdZhMmjIrPdDigiIO3eldq3vs=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=jg0zgtzquzYjJChvLjewLKAxoyVC+K75RE0IrzoqspTWP75phVHf+4GoX/t+qbeqP DM7WJUiAxspXd9EviTrSrFgp/IgLVf/HqyBd/qxgxnP58fTKSOJ4FXNY58K/mofmxX whUuZD2YUnT/LYhrT9Y4osVo2By/lKFC+KZk0OsFnJlpO+gjV7n/8Xcq+N3EudgezK d6nwmboQBxqgu0td9u3ip/vUL4HbDGfKouPDwagLxlmSsB8PEpQECEuUciCdHllrcd t5VHlBry0i9KRwfh9wK5uqvrBdTlh9in7bLKCtWZ2fz0QEXrhmlEU5VIWg8IYsE5Z3 IhOuZggsRTSyw== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 72B1BE73800; Wed, 8 Jun 2022 17:00:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH -next] Bluetooth: hci_core: Fix error return code in hci_register_dev() From: patchwork-bot+bluetooth@kernel.org Message-Id: <165470761446.24378.861317142054344061.git-patchwork-notify@kernel.org> Date: Wed, 08 Jun 2022 17:00:14 +0000 References: <20220606134807.4102807-1-yangyingliang@huawei.com> In-Reply-To: <20220606134807.4102807-1-yangyingliang@huawei.com> To: Yang Yingliang Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-bluetooth@vger.kernel.org, marcel@holtmann.org, abhishekpandit@chromium.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to bluetooth/bluetooth-next.git (master) by Marcel Holtmann : On Mon, 6 Jun 2022 21:48:07 +0800 you wrote: > If hci_register_suspend_notifier() fails, it should return error > code in hci_register_dev(). > > Fixes: d6bb2a91f95b ("Bluetooth: Unregister suspend with userchannel") > Reported-by: Hulk Robot > Signed-off-by: Yang Yingliang > > [...] Here is the summary with links: - [-next] Bluetooth: hci_core: Fix error return code in hci_register_dev() https://git.kernel.org/bluetooth/bluetooth-next/c/ad564394b3db You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html