Subject: [merged] sound-usb-misc-ua101c-convert-__list_for_each-usage-to-list_for_each.patch removed from -mm tree To: davej@xxxxxxxxxx,clemens@xxxxxxxxxx,perex@xxxxxxxx,tiwai@xxxxxxx,mm-commits@xxxxxxxxxxxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Tue, 25 Jun 2013 12:23:12 -0700 The patch titled Subject: sound/usb/misc/ua101.c: convert __list_for_each usage to list_for_each has been removed from the -mm tree. Its filename was sound-usb-misc-ua101c-convert-__list_for_each-usage-to-list_for_each.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Dave Jones <davej@xxxxxxxxxx> Subject: sound/usb/misc/ua101.c: convert __list_for_each usage to list_for_each Signed-off-by: Dave Jones <davej@xxxxxxxxxx> Cc: Clemens Ladisch <clemens@xxxxxxxxxx> Cc: Jaroslav Kysela <perex@xxxxxxxx> Cc: Takashi Iwai <tiwai@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- sound/usb/misc/ua101.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN sound/usb/misc/ua101.c~sound-usb-misc-ua101c-convert-__list_for_each-usage-to-list_for_each sound/usb/misc/ua101.c --- a/sound/usb/misc/ua101.c~sound-usb-misc-ua101c-convert-__list_for_each-usage-to-list_for_each +++ a/sound/usb/misc/ua101.c @@ -1349,7 +1349,7 @@ static void ua101_disconnect(struct usb_ 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); _ Patches currently in -mm which might be from davej@xxxxxxxxxx are linux-next.patch radeon-remove-redundant-__list_for_each-definition-from-mkregtablec.patch ipw2200-convert-__list_for_each-usage-to-list_for_each.patch list-remove-__list_for_each.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html