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=-9.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 C9F0EC83000 for ; Wed, 29 Apr 2020 16:26:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A6D022083B for ; Wed, 29 Apr 2020 16:26:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588177582; bh=ZxG00pU6mh+bsa3od1jPgbNbeOCwD7dTA7vu7VZxcds=; h=Date:From:To:Cc:In-Reply-To:References:Subject:List-ID:From; b=XRuT6y8fidAtCCgc78hKUIWLXjgL8sZV5Q6gjauUv+/akBjhB7WnLG7c+QHvN/Deq /IIq5Py2lDm3G/k8iBsk4FaYvjgzUCrhmyncWv1fEWJ0N/+Kg5TA/s2vwWl7cDIINB JVcybxbGeu05Lis5jqtPgKPZZJSjwIgO4PNDLUbQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726961AbgD2Q0V (ORCPT ); Wed, 29 Apr 2020 12:26:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:42290 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726481AbgD2Q0V (ORCPT ); Wed, 29 Apr 2020 12:26:21 -0400 Received: from localhost (fw-tnat.cambridge.arm.com [217.140.96.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 699DD208E0; Wed, 29 Apr 2020 16:26:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588177581; bh=ZxG00pU6mh+bsa3od1jPgbNbeOCwD7dTA7vu7VZxcds=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=BIiFzqNu5iPwGOBNXDpDBcob5SyW973d/kLZVuKjlbT/FfPFk7AhvVXaBtHd+IN8z zz7sXxBd9dC76ogdj2LICsR6t/mZV0bwK2HV0fANXCvrZndi8LhmxVlsGP96t1V/7Y M078OF279W+7Cls7Q7UdZiNdmngc2M/DYut3PoFg= Date: Wed, 29 Apr 2020 17:26:18 +0100 From: Mark Brown To: tiwai@suse.com, s.hauer@pengutronix.de, lgirdwood@gmail.com, shawnguo@kernel.org, perex@perex.cz, Tang Bin Cc: linux-kernel@vger.kernel.org, Zhang Shengju , alsa-devel@alsa-project.org, linux-arm-kernel@lists.infradead.org In-Reply-To: <20200429093823.1372-1-tangbin@cmss.chinamobile.com> References: <20200429093823.1372-1-tangbin@cmss.chinamobile.com> Subject: Re: [PATCH] ASoC: mxs-saif: Fix unused assignment Message-Id: <158817756638.27768.4592113861894397863.b4-ty@kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 29 Apr 2020 17:38:23 +0800, Tang Bin wrote: > Delete unused initialized value, because 'ret' will be assigined > by the function of_alias_get_id(). > > Signed-off-by: Zhang Shengju > Signed-off-by: Tang Bin > --- > sound/soc/mxs/mxs-saif.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.8 Thanks! [1/1] ASoC: mxs-saif: Fix unused assignment commit: da33574f7f1c110ec58ea43251a9a85801d6e015 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 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=-9.0 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 7472AC83000 for ; Wed, 29 Apr 2020 16:28:54 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id EAC3120787 for ; Wed, 29 Apr 2020 16:28:53 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="YYhHMf0Y"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="BIiFzqNu" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EAC3120787 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 55A191697; Wed, 29 Apr 2020 18:28:02 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 55A191697 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1588177732; bh=ZxG00pU6mh+bsa3od1jPgbNbeOCwD7dTA7vu7VZxcds=; h=Date:From:To:In-Reply-To:References:Subject:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=YYhHMf0Y0eVLFQrzk9MnMYxfOmzNXaTF28gWKjoXqxWy7/5w6S7kazd968ld+/B57 c4M+gJFW/AC4IN4C0MQSXKmFyweCloY8KVGBCYdpTYsOXfXxH7Q40MqSSugrQK90ne kRD8jYurJyem2cusIx5CooJpPH4SbGeJ0xryDxzE= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id CB4D1F8028C; Wed, 29 Apr 2020 18:26:29 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id F2B78F8028C; Wed, 29 Apr 2020 18:26:28 +0200 (CEST) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 7BB3BF80232 for ; Wed, 29 Apr 2020 18:26:22 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 7BB3BF80232 Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="BIiFzqNu" Received: from localhost (fw-tnat.cambridge.arm.com [217.140.96.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 699DD208E0; Wed, 29 Apr 2020 16:26:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588177581; bh=ZxG00pU6mh+bsa3od1jPgbNbeOCwD7dTA7vu7VZxcds=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=BIiFzqNu5iPwGOBNXDpDBcob5SyW973d/kLZVuKjlbT/FfPFk7AhvVXaBtHd+IN8z zz7sXxBd9dC76ogdj2LICsR6t/mZV0bwK2HV0fANXCvrZndi8LhmxVlsGP96t1V/7Y M078OF279W+7Cls7Q7UdZiNdmngc2M/DYut3PoFg= Date: Wed, 29 Apr 2020 17:26:18 +0100 From: Mark Brown To: tiwai@suse.com, s.hauer@pengutronix.de, lgirdwood@gmail.com, shawnguo@kernel.org, perex@perex.cz, Tang Bin In-Reply-To: <20200429093823.1372-1-tangbin@cmss.chinamobile.com> References: <20200429093823.1372-1-tangbin@cmss.chinamobile.com> Subject: Re: [PATCH] ASoC: mxs-saif: Fix unused assignment Message-Id: <158817756638.27768.4592113861894397863.b4-ty@kernel.org> Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Zhang Shengju X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On Wed, 29 Apr 2020 17:38:23 +0800, Tang Bin wrote: > Delete unused initialized value, because 'ret' will be assigined > by the function of_alias_get_id(). > > Signed-off-by: Zhang Shengju > Signed-off-by: Tang Bin > --- > sound/soc/mxs/mxs-saif.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.8 Thanks! [1/1] ASoC: mxs-saif: Fix unused assignment commit: da33574f7f1c110ec58ea43251a9a85801d6e015 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 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=-9.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 081C2C83000 for ; Wed, 29 Apr 2020 16:26:40 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CF5F02085B for ; Wed, 29 Apr 2020 16:26:39 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="VvWkbL0P"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="BIiFzqNu" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CF5F02085B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Subject: References:In-Reply-To:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=YqZOEbMsKQatJGu9yMLHCFUtSZcnR1FzLvT3+fYonrk=; b=VvWkbL0PPlEiHf O/Bts8Y7uDI+6f3HjxwibCndEhsWh/cbPH45ZzXqZqsTjY1j54w9ATIUAyzo8ycfHxzHYGw1MxoGl v7AE/PFtVmRJQi0a+SHyAF9064Ew1UhSJkwg0BGTCqhnl2dVObnvwIBJqmGNdYaXGg5uCvwkn+BV0 oBXQkCGnOSQahKtFWXqrNVGM77rbmsmPs2A1wytFLnZxKTtcI1hTy+bbYgvyLa86lgbP3WIFAnYxC afEqdA+ZmQ00HWMsAwHDD97Kck9D5PRwHywvNib8dmLVN0zQIhFilq2t+A/TwkeVKf9dBE2ISH0FX tVwSlhj3ZAYmVlzw7y2w==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jTpXc-0005lm-6v; Wed, 29 Apr 2020 16:26:32 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jTpXV-0005b8-4l for linux-arm-kernel@lists.infradead.org; Wed, 29 Apr 2020 16:26:26 +0000 Received: from localhost (fw-tnat.cambridge.arm.com [217.140.96.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 699DD208E0; Wed, 29 Apr 2020 16:26:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588177581; bh=ZxG00pU6mh+bsa3od1jPgbNbeOCwD7dTA7vu7VZxcds=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=BIiFzqNu5iPwGOBNXDpDBcob5SyW973d/kLZVuKjlbT/FfPFk7AhvVXaBtHd+IN8z zz7sXxBd9dC76ogdj2LICsR6t/mZV0bwK2HV0fANXCvrZndi8LhmxVlsGP96t1V/7Y M078OF279W+7Cls7Q7UdZiNdmngc2M/DYut3PoFg= Date: Wed, 29 Apr 2020 17:26:18 +0100 From: Mark Brown To: tiwai@suse.com, s.hauer@pengutronix.de, lgirdwood@gmail.com, shawnguo@kernel.org, perex@perex.cz, Tang Bin In-Reply-To: <20200429093823.1372-1-tangbin@cmss.chinamobile.com> References: <20200429093823.1372-1-tangbin@cmss.chinamobile.com> Subject: Re: [PATCH] ASoC: mxs-saif: Fix unused assignment Message-Id: <158817756638.27768.4592113861894397863.b4-ty@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200429_092625_257931_50680C2B X-CRM114-Status: GOOD ( 11.93 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Zhang Shengju MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 29 Apr 2020 17:38:23 +0800, Tang Bin wrote: > Delete unused initialized value, because 'ret' will be assigined > by the function of_alias_get_id(). > > Signed-off-by: Zhang Shengju > Signed-off-by: Tang Bin > --- > sound/soc/mxs/mxs-saif.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.8 Thanks! [1/1] ASoC: mxs-saif: Fix unused assignment commit: da33574f7f1c110ec58ea43251a9a85801d6e015 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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel