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=-8.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, 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 3AF23C433E0 for ; Thu, 4 Feb 2021 22:22:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E058464FAC for ; Thu, 4 Feb 2021 22:22:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230033AbhBDWVf (ORCPT ); Thu, 4 Feb 2021 17:21:35 -0500 Received: from relmlor1.renesas.com ([210.160.252.171]:8925 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S229513AbhBDWVe (ORCPT ); Thu, 4 Feb 2021 17:21:34 -0500 Date: 05 Feb 2021 07:20:42 +0900 X-IronPort-AV: E=Sophos;i="5.81,153,1610377200"; d="scan'208";a="71368468" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 05 Feb 2021 07:20:42 +0900 Received: from mercury.renesas.com (unknown [10.166.252.133]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 2365640165B9; Fri, 5 Feb 2021 07:20:42 +0900 (JST) Message-ID: <875z37scr8.wl-kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto To: Sameer Pujar Cc: , , , , , , Subject: Re: [PATCH v2 0/3] Rename audio graph export functions In-Reply-To: <1612446612-32613-1-git-send-email-spujar@nvidia.com> References: <1612446612-32613-1-git-send-email-spujar@nvidia.com> User-Agent: Wanderlust/2.15.9 Emacs/26.3 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Sameer > This series renames exported functions from audio graph for a better > global visibility. In doing so update the references in audio graph > and Tegra audio graph card drivers. I guess [1/3] and [2/3] should be merged/squashed ? Otherwise, there is git-bisect error. Except it Acked-by: Kuninori Morimoto Thank you for your help !! Best regards --- Kuninori Morimoto