From patchwork Mon Mar 15 16:39:29 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Louis Bossart X-Patchwork-Id: 12140039 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.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, 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 C9F95C433DB for ; Mon, 15 Mar 2021 16:40:52 +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 07D3D64F2A for ; Mon, 15 Mar 2021 16:40:51 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 07D3D64F2A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com 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 19342178F; Mon, 15 Mar 2021 17:39:59 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 19342178F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1615826449; bh=T4Dt0gxW69j097md6JRA5uqjqk4klYkyikww2kR1wVA=; h=From:To:Subject:Date:Cc:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=sT6ohzbV4YFdFN2te5MQCEcIi8dJudkA3ovnGaw9BtzmnwxO1qR7evrNFrEA5vbRN lDw89iQ+oXdvdH10Ee4XvFhRm4AFXnNJBEmiTu67iMRLkCt5qI5DrdmGevaSVVf3Ut Gp26U9xLrAoh8JVzAoiDcQM6qdmwiHtNPCow8ZEU= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 8E0FCF80171; Mon, 15 Mar 2021 17:39:58 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 73174F8013F; Mon, 15 Mar 2021 17:39:57 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 47EB4F8013F for ; Mon, 15 Mar 2021 17:39:51 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 47EB4F8013F IronPort-SDR: Q8d2NexSxZl3mUhCqswq621d4hf6tw4KtoLaWVNKLJS/4OmAC+AoBd7wHMHr+btiLIw5eL7hTt IT9PZWFYGHTQ== X-IronPort-AV: E=McAfee;i="6000,8403,9924"; a="274160566" X-IronPort-AV: E=Sophos;i="5.81,251,1610438400"; d="scan'208";a="274160566" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Mar 2021 09:39:45 -0700 IronPort-SDR: PfLVeZFp363jGW+ZgfawYU2Cve1tvcI3IorBk1dhst8HBrlN+lF2y8jWj2HKKtwhNZP234ignY 6EH8J+U9AN/A== X-IronPort-AV: E=Sophos;i="5.81,251,1610438400"; d="scan'208";a="604912870" Received: from pwells-mobl2.amr.corp.intel.com (HELO pbossart-mobl3.intel.com) ([10.212.5.38]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Mar 2021 09:39:41 -0700 From: Pierre-Louis Bossart To: alsa-devel@alsa-project.org Subject: [PATCH 0/3] ASoC: SOF: debug: cleanups Date: Mon, 15 Mar 2021 11:39:29 -0500 Message-Id: <20210315163932.18663-1-pierre-louis.bossart@linux.intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Cc: tiwai@suse.de, broonie@kernel.org, Pierre-Louis Bossart 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" cleanups of allocation and error handling Guennadi Liakhovetski (3): ASoC: SOF: fix debugfs initialisation error handling ASoC: SOF: only allocate debugfs cache buffers for IPC flood entries ASoC: SOF: remove superfluous NULL check in debugfs read sound/soc/sof/core.c | 5 +++-- sound/soc/sof/debug.c | 21 +++++++++++---------- 2 files changed, 14 insertions(+), 12 deletions(-)