From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH v2] ASoC: sgtl5000: Print revision number in hex Date: Wed, 18 Jan 2012 10:56:36 +0000 Message-ID: <20120118105636.GG8732@opensource.wolfsonmicro.com> References: <1326741695-23322-1-git-send-email-fabio.estevam@freescale.com> <1326742341-23398-1-git-send-email-fabio.estevam@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 98486103AF9 for ; Wed, 18 Jan 2012 11:56:41 +0100 (CET) Content-Disposition: inline In-Reply-To: <1326742341-23398-1-git-send-email-fabio.estevam@freescale.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Fabio Estevam Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org On Mon, Jan 16, 2012 at 05:32:21PM -0200, Fabio Estevam wrote: > Throughout the sgtl5000 driver source code and also in the sgtl5000 datasheet > the revision code is shown in hexadecimal. > > Print it hex format, for consistency. Applied, thanks.