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 X-Spam-Level: X-Spam-Status: No, score=-11.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6EC34C43381 for ; Tue, 9 Mar 2021 19:08:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3A41E652AC for ; Tue, 9 Mar 2021 19:08:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231332AbhCITIG (ORCPT ); Tue, 9 Mar 2021 14:08:06 -0500 Received: from mail.kernel.org ([198.145.29.99]:52162 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230266AbhCITHq (ORCPT ); Tue, 9 Mar 2021 14:07:46 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id D709365230; Tue, 9 Mar 2021 19:07:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1615316866; bh=hwI6kC4mBqrnC0CTov6gJku09IaTgZ+T/06Xvzo9GIw=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=CS43ATgXMarGu0GvJWBWlVVsyTKh5krHdovWQarBjU6g8WcGRimIgWThq+XGGhLU5 qQaWSdStIszeJoLKHjzDNhUuMvviTC+0UgcOOnG4KzzMsWJT3jsx+M862iCUMJof4x VSfTw4b8Y1d7Rfcwxl+LVD8aqod8MWaiFFVFhXQv6Yvq4bQgSRXE0/wjHylu05ZK5G HilVqsE3Z9htt2PGxuyNLuJFICO+dYQ7rLxZDcJuEz/aSfveUofVbz6pmvPdfTtKu1 g3FwH3J7lCG61iyLFcsyKGvgKS6WbfWBpou1Q9ekky9m0ZVvFVQGBgpMTYFusVSPJd 2HBBOR8B7YAQQ== From: Mark Brown To: Jaroslav Kysela , Liam Girdwood , Oder Chiou , Jack Yu , Takashi Iwai , 'Wei Yongjun Cc: Hulk Robot , linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, alsa-devel@alsa-project.org In-Reply-To: <20210309131458.1884899-1-weiyongjun1@huawei.com> References: <20210309131458.1884899-1-weiyongjun1@huawei.com> Subject: Re: [PATCH -next] ASoC: rt715-sdca: Fix return value check in rt715_sdca_sdw_probe() Message-Id: <161531678411.49117.17895673664091013218.b4-ty@kernel.org> Date: Tue, 09 Mar 2021 19:06:24 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 9 Mar 2021 13:14:58 +0000, 'Wei Yongjun wrote: > In case of error, the function devm_regmap_init_sdw_mbq() and > devm_regmap_init_sdw() returns ERR_PTR() not NULL. The NULL test > in the return value check should be replaced with IS_ERR(). Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: rt715-sdca: Fix return value check in rt715_sdca_sdw_probe() commit: bcfb088e7686b45b1f323e92315954e97bf634bc All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark