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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 18 Jun 2013 08:02:46 +0200
From:	Takashi Iwai <tiwai@...e.de>
To:	Dave Jones <davej@...hat.com>
Cc:	linux-kernel@...r.kernel.org,
	Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCH 6/7] sound/usb/misc/ua101.c: convert __list_for_each usage to list_for_each

At Mon, 17 Jun 2013 22:26:57 -0400,
Dave Jones wrote:
> 
> Signed-off-by: Dave Jones <davej@...hat.com>

Thanks, applied now to sound git tree.


Takashi

> ---
>  sound/usb/misc/ua101.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/sound/usb/misc/ua101.c b/sound/usb/misc/ua101.c
> index 6ad617b..8b5d2c5 100644
> --- a/sound/usb/misc/ua101.c
> +++ b/sound/usb/misc/ua101.c
> @@ -1349,7 +1349,7 @@ static void ua101_disconnect(struct usb_interface *interface)
>  	snd_card_disconnect(ua->card);
>  
>  	/* make sure that there are no pending USB requests */
> -	__list_for_each(midi, &ua->midi_list)
> +	list_for_each(midi, &ua->midi_list)
>  		snd_usbmidi_disconnect(midi);
>  	abort_alsa_playback(ua);
>  	abort_alsa_capture(ua);
> -- 
> 1.8.1.4
> 
--
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