lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 06 Oct 2006 16:46:05 +0200
From:	Takashi Iwai <tiwai@...e.de>
To:	Amol Lad <amol@...ismonetworks.com>
Cc:	linux kernel <linux-kernel@...r.kernel.org>,
	Andrew Morton <akpm@...l.org>
Subject: Re: [PATCH 4/9] sound/pci/au88x0/au88x0.c: ioremap balanced with	iounmap

At Fri, 06 Oct 2006 11:08:57 +0530,
Amol Lad wrote:
> 
> Signed-off-by: Amol Lad <amol@...ismonetworks.com>

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@...r.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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ