Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932377AbWJFOqJ (ORCPT ); Fri, 6 Oct 2006 10:46:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932378AbWJFOqJ (ORCPT ); Fri, 6 Oct 2006 10:46:09 -0400 Received: from mx1.suse.de ([195.135.220.2]:11971 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S932377AbWJFOqH (ORCPT ); Fri, 6 Oct 2006 10:46:07 -0400 Date: Fri, 06 Oct 2006 16:46:05 +0200 Message-ID: From: Takashi Iwai To: Amol Lad Cc: linux kernel , Andrew Morton Subject: Re: [PATCH 4/9] sound/pci/au88x0/au88x0.c: ioremap balanced with iounmap In-Reply-To: <1160113137.19143.139.camel@amol.verismonetworks.com> References: <1160113137.19143.139.camel@amol.verismonetworks.com> User-Agent: Wanderlust/2.12.0 (Your Wildest Dreams) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 MULE XEmacs/21.5 (beta25) (eggplant) (+CVS-20060326) (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: 1362 Lines: 40 At Fri, 06 Oct 2006 11:08:57 +0530, Amol Lad wrote: > > Signed-off-by: Amol Lad Looks OK. I merged to ALSA tree now. Thanks, Takashi > --- > au88x0.c | 1 + > 1 files changed, 1 insertion(+) > --- > diff -uprN -X linux-2.6.19-rc1-orig/Documentation/dontdiff linux-2.6.19-rc1-orig/sound/pci/au88x0/au88x0.c linux-2.6.19-rc1/sound/pci/au88x0/au88x0.c > --- linux-2.6.19-rc1-orig/sound/pci/au88x0/au88x0.c 2006-09-21 10:15:52.000000000 +0530 > +++ linux-2.6.19-rc1/sound/pci/au88x0/au88x0.c 2006-10-05 16:22:35.000000000 +0530 > @@ -128,6 +128,7 @@ static int snd_vortex_dev_free(struct sn > // Take down PCI interface. > synchronize_irq(vortex->irq); > free_irq(vortex->irq, vortex); > + iounmap(vortex->mmio); > pci_release_regions(vortex->pci_dev); > pci_disable_device(vortex->pci_dev); > kfree(vortex); > > > - > 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/