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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 68610C32772 for ; Tue, 23 Aug 2022 17:03:34 +0000 (UTC) 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 76F3816A6; Tue, 23 Aug 2022 19:02:42 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 76F3816A6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1661274212; bh=Ibs+xRoiWZvLOCWaBxHFQWXGaJte9vq3bvRSu1GDUiM=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=gZ4rdqP1LQoLi/hHRL7PLmUWp6QwF3ZfgdsMwjwj/HdzTqpylYXunNZl3yFwbu5nI 1owxWWSHxMlyddRlc6iJRKbhHmmU19xy4xi96AmtECIwdMAwd6DP70hnoNpHQZeMv/ /qlaCiUSptHrhF7gx0wFv5+PmmwfKnjFDDlP976U= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 279A3F80152; Tue, 23 Aug 2022 19:02:42 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id E74D8F8020D; Tue, 23 Aug 2022 19:02:40 +0200 (CEST) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 7C0C6F800C9 for ; Tue, 23 Aug 2022 19:02:37 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 7C0C6F800C9 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="F0YMd2tZ" Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E810E61479; Tue, 23 Aug 2022 17:02:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B513AC433D6; Tue, 23 Aug 2022 17:02:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1661274155; bh=Ibs+xRoiWZvLOCWaBxHFQWXGaJte9vq3bvRSu1GDUiM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=F0YMd2tZxtNH50fa66VGMeNTwf7iBCdhboNsBN+ki8oajLcDN2j5BybfnwsTZAUno U/A00OxbKXCPJtxhKpuLFZUCpBwxgZxyfnNExNkYvb8pN6TZttmqnv3MzHwiB2rqnN J+MYri8PCvS5f96QUtVEqNiFNRbI1vsqEY7xQBoimQ3sRytNtEaMuqujAorPA5RdzE GKzIUnYnv5nQmWAlt3QjzfbIs1tKW1hpLd8WdhmEbWRx+SZ6VkeAcNq4qDJk3779qC RsPe3gq9/DtjLd6qiETysJYSp++UToRo9zuufO1W0Z59e2lZeOwc5rsPXXTryhHQB6 F1rjDAC+75FmA== Date: Tue, 23 Aug 2022 22:32:31 +0530 From: Vinod Koul To: Bard Liao Subject: Re: [PATCH 0/2] soundwire: remove use of __func__ in dev_dbg Message-ID: References: <20220823050158.2671245-1-yung-chuan.liao@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220823050158.2671245-1-yung-chuan.liao@linux.intel.com> Cc: gregkh@linuxfoundation.org, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, bard.liao@intel.com, pierre-louis.bossart@linux.intel.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" On 23-08-22, 13:01, Bard Liao wrote: > The module and function information can be added with > 'modprobe foo dyndbg=+pmf' Applied, thanks -- ~Vinod 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B3263C32789 for ; Tue, 23 Aug 2022 18:39:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230186AbiHWSjy (ORCPT ); Tue, 23 Aug 2022 14:39:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48426 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231722AbiHWSjZ (ORCPT ); Tue, 23 Aug 2022 14:39:25 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AF93F114A61 for ; Tue, 23 Aug 2022 10:02:53 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E48D761464 for ; Tue, 23 Aug 2022 17:02:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B513AC433D6; Tue, 23 Aug 2022 17:02:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1661274155; bh=Ibs+xRoiWZvLOCWaBxHFQWXGaJte9vq3bvRSu1GDUiM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=F0YMd2tZxtNH50fa66VGMeNTwf7iBCdhboNsBN+ki8oajLcDN2j5BybfnwsTZAUno U/A00OxbKXCPJtxhKpuLFZUCpBwxgZxyfnNExNkYvb8pN6TZttmqnv3MzHwiB2rqnN J+MYri8PCvS5f96QUtVEqNiFNRbI1vsqEY7xQBoimQ3sRytNtEaMuqujAorPA5RdzE GKzIUnYnv5nQmWAlt3QjzfbIs1tKW1hpLd8WdhmEbWRx+SZ6VkeAcNq4qDJk3779qC RsPe3gq9/DtjLd6qiETysJYSp++UToRo9zuufO1W0Z59e2lZeOwc5rsPXXTryhHQB6 F1rjDAC+75FmA== Date: Tue, 23 Aug 2022 22:32:31 +0530 From: Vinod Koul To: Bard Liao Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, gregkh@linuxfoundation.org, pierre-louis.bossart@linux.intel.com, bard.liao@intel.com Subject: Re: [PATCH 0/2] soundwire: remove use of __func__ in dev_dbg Message-ID: References: <20220823050158.2671245-1-yung-chuan.liao@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220823050158.2671245-1-yung-chuan.liao@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 23-08-22, 13:01, Bard Liao wrote: > The module and function information can be added with > 'modprobe foo dyndbg=+pmf' Applied, thanks -- ~Vinod