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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 2BBECC00528 for ; Thu, 3 Aug 2023 08:45:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=a/3IE6jJRb0pxjUH/lwT094P4y1GPHdWytm322Yr+8Q=; b=351sOifctOV25H tmANWh96Bxik1aeHl0TvK5LZ09d5RLdBAndBnE/esIaOdkvpX58+42oDtwUHANXGF36fCyBtAbTAs Js7QLb6IPctqn08Jj74wD1MQzGZ8QxLpX7qqa8b2A8SlYFDisC35IInk8JbBtg//DCMu/a01kx6Ck YBOwZT6kxHFrBd7WGo6J9OvKJ4bsKyAz7i2rHQm63CgXaesXxGNh8tGBTl8qwPfymW+VBiuGif5DM D3Nya0p3LJjIcKVguTqgsD6JwE5AXKZvMnuJ7AK+bBW9NY2o/OxLSJ4qBLjFuUmsXJAd0EyawagNh 2uQ0FuafoeJff0yL9J4A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qRTxI-00745W-2I; Thu, 03 Aug 2023 08:45:12 +0000 Received: from madras.collabora.co.uk ([46.235.227.172]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qRTxF-007452-25; Thu, 03 Aug 2023 08:45:10 +0000 Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id AFCFE6607194; Thu, 3 Aug 2023 09:45:07 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1691052308; bh=vxO92imHE2Z6sjCwWRr0/ol9TddebHGfHxEdF6lX4Po=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=MZiaBWeRUkj5aVVhzsRRnycAHQC7M9XDtCl9LBSlklYRbsRx3RkjVcHXEeimdh87b Dt4zDkg6tBESami9zmzfy1Q/UdD3uACQOfVv5QXJBMie2UGDPHuV0b7psTJ6HVr/46 CcOpwZhb4z0Ng69N4sE0QX/Gq05f/IEMvMcfe5HmAgMte1AVoKzZzODx4L/2Cco5+e abolvidM70Q3yO67p9Gm4gaTE0afk/p836YgCyIRTeE8l8BXjdIUYVdmIZ5em6+kV4 RveIKgcbHQO8IfwqY3DcPX7tNdMaOIFzkqo/WfIjTT/VMAPGE/OwYWaHFTren7bk6G 5+dAdWJVBWAVw== Message-ID: <4a340bcb-0459-f616-9a7e-c80f4b2ac21b@collabora.com> Date: Thu, 3 Aug 2023 10:45:05 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [PATCH] ASoC: mediatek: mt8186: Remove unused mutex. Content-Language: en-US To: Sebastian Andrzej Siewior , alsa-devel@alsa-project.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Cc: Jaroslav Kysela , Liam Girdwood , Mark Brown , Matthias Brugger , Takashi Iwai , Thomas Gleixner References: <20230803083908.9DxbPvOK@linutronix.de> From: AngeloGioacchino Del Regno In-Reply-To: <20230803083908.9DxbPvOK@linutronix.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230803_014509_874138_AE5B33B5 X-CRM114-Status: UNSURE ( 7.73 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Il 03/08/23 10:39, Sebastian Andrzej Siewior ha scritto: > The mutex mutex_request_dram has no user. > > Remove mutex_request_dram. > > Signed-off-by: Sebastian Andrzej Siewior Reviewed-by: AngeloGioacchino Del Regno _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel