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=-5.5 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 C9BE7C433E7 for ; Wed, 2 Sep 2020 10:12:48 +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 4A692206C0 for ; Wed, 2 Sep 2020 10:12:48 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="CqtCymV5"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="THJrRfRi" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4A692206C0 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 B41D117C6; Wed, 2 Sep 2020 12:11:56 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz B41D117C6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1599041566; bh=s+IhWSG0hKsENtLwU2TRT4t5upCGNQwG6qQJDXWNAf8=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=CqtCymV59XOQ1w4uCfMgiRt/eLep7Sob5x0HUcT86kq6lE/LnIPFsVNYk89MpmuPI WJy9ugqXA4pdMuxXGPYGC47xNlJGzPpwpPDeREXMtxeAMwPzsY760v5nB9hRL9VqFG s4SjiOn5WeRp58Dncyb2yx+CFMStRer4LAxmzGws= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 01E70F80212; Wed, 2 Sep 2020 12:11:20 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 54FB7F8026F; Wed, 2 Sep 2020 12:11:15 +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 36F19F80212 for ; Wed, 2 Sep 2020 12:11:09 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 36F19F80212 Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="THJrRfRi" 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 358332071B; Wed, 2 Sep 2020 10:11:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599041467; bh=s+IhWSG0hKsENtLwU2TRT4t5upCGNQwG6qQJDXWNAf8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=THJrRfRiWQmLhZgc/HzYVkiKn/NWywWutBhXq4okK1fRLRvvTQoL4XbBIvZD0NhFz +ucL7ceUSOGYhIUiKiIjmHzJH8Hur+qYar3kz+6ubdsTGZvAkPqEbkaQXWF7BBtHrF QfkJd32+08D2ESX/WbcBAIrZbB7pm8ex9882t/zA= Date: Wed, 2 Sep 2020 11:10:27 +0100 From: Mark Brown To: Allen Pais Subject: Re: [PATCH v2 08/10] ASoC: txx9: convert tasklets to use new tasklet_setup() API Message-ID: <20200902101027.GD6162@sirena.org.uk> References: <20200902040221.354941-1-allen.lkml@gmail.com> <20200902040221.354941-9-allen.lkml@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="0IvGJv3f9h+YhkrH" Content-Disposition: inline In-Reply-To: <20200902040221.354941-9-allen.lkml@gmail.com> X-Cookie: Prices higher in Alaska and Hawaii. User-Agent: Mutt/1.10.1 (2018-07-13) Cc: alsa-devel@alsa-project.org, Romain Perier , timur@kernel.org, Xiubo.Lee@gmail.com, clemens@ladisch.de, tiwai@suse.com, nicoleotsuka@gmail.com 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" --0IvGJv3f9h+YhkrH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Sep 02, 2020 at 09:32:19AM +0530, Allen Pais wrote: > In preparation for unconditionally passing the > struct tasklet_struct pointer to all tasklet > callbacks, switch to using the new tasklet_setup() > and from_tasklet() to pass the tasklet pointer explicitly. Acked-by: Mark Brown --0IvGJv3f9h+YhkrH Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAl9Pb5IACgkQJNaLcl1U h9BI/Af/QLYH3t28vg2oKlNDj8n6Ks4v1z8rZoyPfPJ/vORONmbUC1Q9Zhhxuv0U /0BACJW3sYW4jGAy6/E2dgXwcQ4fOCINA3e1TZj+xhkYIgDXjNDJxv3ZZrIb8ZHn Bgr+WKFMKRsZctFc6gIsO5bLeuuhOHfGW8vtOyaKLHKAiCej4YFXColxJL62y79G 6x6eJWs2nzdWEwD7za/mzzebO05HkmpP8JfRXp5arQERr4lY7eFvH6AowF1RYOtZ ytkmfZh5+AEUvskY+VZLke1nrJwI0k2539iTtq4OV6eFo/HjSCUfDUToJuaZanQK PdZRPJrpStG/ThcSUBPNoXJXvEZdDg== =NjNA -----END PGP SIGNATURE----- --0IvGJv3f9h+YhkrH--