Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763386AbXHALqP (ORCPT ); Wed, 1 Aug 2007 07:46:15 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759878AbXHALqA (ORCPT ); Wed, 1 Aug 2007 07:46:00 -0400 Received: from cantor2.suse.de ([195.135.220.15]:57996 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759002AbXHALp6 (ORCPT ); Wed, 1 Aug 2007 07:45:58 -0400 Date: Wed, 01 Aug 2007 13:45:57 +0200 Message-ID: From: Takashi Iwai To: postfail@hushmail.com To: , , Subject: Re: [PATCH 3/3] sound/soc ioremap/iounmap balancing In-Reply-To: <20070801060606.BB9C3DA82E@mailserver8.hushmail.com> References: <20070801060606.BB9C3DA82E@mailserver8.hushmail.com> User-Agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 MULE XEmacs/21.5 (beta27) (fiddleheads) (+CVS-20060704) (i386-suse-linux) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1402 Lines: 44 At Wed, 01 Aug 2007 02:06:06 -0400, Scott Thompson wrote: > > ioremap / iounmap balancing in sound/soc tree > > Signed-off-by: Scott Thompson hushmail.com> Applied to ALSA tree. Thanks. Takashi > --- > diff --git a/sound/soc/s3c24xx/s3c24xx-i2s.c > b/sound/soc/s3c24xx/s3c24xx-i2s.c > index 39f0246..cd89c41 100644 > --- a/sound/soc/s3c24xx/s3c24xx-i2s.c > +++ b/sound/soc/s3c24xx/s3c24xx-i2s.c > @@ -385,6 +385,7 @@ static int s3c24xx_i2s_probe(struct > platform_device *pdev) > s3c24xx_i2s.iis_clk=clk_get(&pdev->dev, "iis"); > if (s3c24xx_i2s.iis_clk == NULL) { > DBG("failed to get iis_clock\n"); > + iounmap(s3c24xx_i2s.regs); > return -ENODEV; > } > clk_enable(s3c24xx_i2s.iis_clk); > > -- > Start providing for your family by becoming a paralegal. Click Now. > http://tagline.hushmail.com/fc/Ioyw6h4ek5ocrsblBGe95tDruAMchCwVmpqjJUiDSVabB25GwhAcU8/ > > > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ > - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/