From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinod Koul Subject: Re: [PATCH v3 1/5] ALSA: hda - move bus_parse_capabilities to core Date: Thu, 4 Aug 2016 07:26:56 +0530 Message-ID: <20160804015656.GY9681@localhost> References: <1470240374-20018-1-git-send-email-vinod.koul@intel.com> <1470240374-20018-2-git-send-email-vinod.koul@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by alsa0.perex.cz (Postfix) with ESMTP id 24FD72651F2 for ; Thu, 4 Aug 2016 03:49:22 +0200 (CEST) Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Takashi Iwai Cc: liam.r.girdwood@linux.intel.com, patches.audio@intel.com, alsa-devel@alsa-project.org, broonie@kernel.org List-Id: alsa-devel@alsa-project.org On Wed, Aug 03, 2016 at 06:09:13PM +0200, Takashi Iwai wrote: > > + dev_dbg(bus->dev, "Capability version: 0x%x\n", > > + ((cur_cap & AZX_CAP_HDR_VER_MASK) >> AZX_CAP_HDR_VER_OFF)); > > Too much indentation. Also the parentheses are superfluous (unlike > below). Okay, I didn't modify this piece and copied. Will update this. > > > + > > + dev_dbg(bus->dev, "HDA capability ID: 0x%x\n", > > + (cur_cap & AZX_CAP_HDR_ID_MASK) >> AZX_CAP_HDR_ID_OFF); > > Too much indentation. ok > > + /* read the offset of next capabiity */ > > A typo. ok -- ~Vinod