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=-14.7 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,USER_AGENT_GIT autolearn=ham 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 F3421C07E99 for ; Mon, 12 Jul 2021 10:48:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DEBCD6101E for ; Mon, 12 Jul 2021 10:48:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234796AbhGLKv1 (ORCPT ); Mon, 12 Jul 2021 06:51:27 -0400 Received: from mail.kernel.org ([198.145.29.99]:35766 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234655AbhGLKul (ORCPT ); Mon, 12 Jul 2021 06:50:41 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7AE1A610CD; Mon, 12 Jul 2021 10:47:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1626086873; bh=46E1CeF79r1yJEc0CYntJQ8YThB+2GHEJlvblQRhrak=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=XfhfT9h3zl8opADpfbEcny9NqomJ/at32pgYqWHnh+x0CjG5xwu/HMRj6IjbBgnMM 5YLBqRiZFDbMgyWPiu2ZYo208cHAECycyP9Nuw9+hfIbEBBmeY4TyXXUE+14mCon66 Dh5FLr/K6r1hT7NZ0S8INPmMaF7w5hCi7seaBxQTgmzFbn8uRu4VAlAMdhJ5P1bNNf GDtdi9UutvNfLd3v8utgRN/yhMl5pTeW9iA0pK5aA3CdwftxFGrqSJ9dd+erTEJcYN FBo3mmlU/0QwwK7UpX+UaJORoU06vHLOfiRduwaGIal1QxFR37QBfViUSFPWIrZXhD etk87SCTWZxrA== From: Mark Brown To: Srinivas Kandagatla , kernel test robot Cc: Mark Brown , Jaroslav Kysela , Takashi Iwai , linux-kernel@vger.kernel.org, Liam Girdwood , kbuild-all@lists.01.org, alsa-devel@alsa-project.org, Linux Memory Management List Subject: Re: [PATCH] ASoC: codecs: wcd938x: fix returnvar.cocci warnings Date: Mon, 12 Jul 2021 11:46:02 +0100 Message-Id: <162608623150.3192.4279840860459056797.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210629132909.GA7935@233d919f385f> References: <202106292156.mWNAaVQA-lkp@intel.com> <20210629132909.GA7935@233d919f385f> 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, 29 Jun 2021 21:29:09 +0800, kernel test robot wrote: > sound/soc/codecs/wcd938x.c:1628:5-8: Unneeded variable: "ret". Return "0" on line 1656 > sound/soc/codecs/wcd938x.c:1871:5-8: Unneeded variable: "ret". Return "0" on line 1907 > > > Remove unneeded variable used to store return value. > > Generated by: scripts/coccinelle/misc/returnvar.cocci Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: codecs: wcd938x: fix returnvar.cocci warnings commit: 4d0b79ec9eb81b227c8ae211b7f159bd7194d9ae 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