Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp3420622ybi; Tue, 18 Jun 2019 00:06:56 -0700 (PDT) X-Google-Smtp-Source: APXvYqyY74+HjlgxI5ysS7i3lcPsJQ8Jl4ng2DlyHJn/S/H5opm6ZWEhJfhwzvMC2xNzQkVpdNZt X-Received: by 2002:a17:902:820c:: with SMTP id x12mr15621040pln.216.1560841615924; Tue, 18 Jun 2019 00:06:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560841615; cv=none; d=google.com; s=arc-20160816; b=RMkTSF9z+4rXQLwFYdzsaFDaDumJoLhVsdQY9iR6hcVPYsqS+r7mcBSAKxnY75o/fd 6oMrzvgHYjtmCuRJ+PksGq/M490E4IC3NlxXGTY933C0bhzzQDBzMvQUl9kbxAB21uVL lxWlT/W5roqd2H8Lu4dnCtzXlmXY9qXzcj95fGjlPw+kq2mW8QxNk9kykFG3L7Ak4m3Q opod4L8IcYZLT1UrmIB1zw3N1Wv30yqKoKnkwCM0V1HJfvhjUsnNgam6Pi8eDnKOyjph nkyWYygfEU5BYjx8v8i5saVfo5dZKJwQV3PxLQ2RHshdtqiqHwt17rNaX4Ms2jVgs3Gu RYLQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:subject:cc:to:from:message-id:date; bh=WrxCQDt8GcrGZG6mypVbgt1q8RsM1w5QV4iDD1J9PS0=; b=NPsybN9V/yD/Vs6be8pEBMKAa6s8CBZSsAj5rIQd9Dexx7peUsuHcln5KVyEfNuoGN hWA6bnP1M9qMQG3+YI+5vKk3gZWsMKrv0acQndepoCuFQzx5jHRmlE1Zc5hIN3iQChU6 trebPdqODSRdFe9aI46FTTRAPFeAgiReVNJsr7L8FHMNAaHRf3dAS/DyZIOMvjBm3Rue iEDk+yXyWfNlfq74iI8CSuMCnZlshPA3oY7Y//xXWNhf6z+4Ms5sktKy4Cq8hxvlDViy csK4kRhGx43Ahq92ENEY+0hroT+Wf+KjFPzm4ebngtaQXTtMOLYZ4B01B4fs66doUqMo G2ag== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o5si1490734pjp.77.2019.06.18.00.06.39; Tue, 18 Jun 2019 00:06:55 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726672AbfFRHGc (ORCPT + 99 others); Tue, 18 Jun 2019 03:06:32 -0400 Received: from relmlor1.renesas.com ([210.160.252.171]:50810 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725919AbfFRHGc (ORCPT ); Tue, 18 Jun 2019 03:06:32 -0400 Date: 18 Jun 2019 14:21:21 +0900 X-IronPort-AV: E=Sophos;i="5.62,388,1554735600"; d="scan'208";a="18723527" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 18 Jun 2019 14:21:21 +0900 Received: from morimoto-PC.renesas.com (unknown [10.166.18.140]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 75065418BB84; Tue, 18 Jun 2019 14:21:21 +0900 (JST) Message-ID: <87wohjtqr1.wl-kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto To: Jiada Wang Cc: , , , , , , Subject: Re: [PATCH v2 1/1] ASoC: rsnd: fixup mod ID calculation in rsnd_ctu_probe_ In-Reply-To: <20190618051953.13419-1-jiada_wang@mentor.com> References: <20190618051953.13419-1-jiada_wang@mentor.com> User-Agent: Wanderlust/2.15.9 Emacs/24.5 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi > From: Nilkanth Ahirrao > > commit c16015f36cc1 ("ASoC: rsnd: add .get_id/.get_id_sub") > introduces rsnd_ctu_id which calcualates and gives > the main Device id of the CTU by dividing the id by 4. > rsnd_mod_id uses this interface to get the CTU main > Device id. But this commit forgets to revert the main > Device id calcution previously done in rsnd_ctu_probe_ > which also divides the id by 4. This path corrects the > same to get the correct main Device id. > > The issue is observered when rsnd_ctu_probe_ is done for CTU1 > > Fixes: c16015f36cc1 ("ASoC: rsnd: add .get_id/.get_id_sub") > > Signed-off-by: Nilkanth Ahirrao > Signed-off-by: Suresh Udipi > Signed-off-by: Jiada Wang > --- Acked-by: Kuninori Morimoto