The patch titled usb: fix suspend-to-RAM has been removed from the -mm tree. Its filename was usb-fix-suspend-to-ram.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: usb: fix suspend-to-RAM From: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> unchangelogged. Cc: Greg KH <greg@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/usb/core/usb.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/usb/core/usb.c~usb-fix-suspend-to-ram drivers/usb/core/usb.c --- a/drivers/usb/core/usb.c~usb-fix-suspend-to-ram +++ a/drivers/usb/core/usb.c @@ -205,7 +205,7 @@ struct device_type usb_device_type = { static int ksuspend_usb_init(void) { - ksuspend_usb_wq = create_singlethread_workqueue("ksuspend_usbd"); + ksuspend_usb_wq = create_freezeable_workqueue("ksuspend_usbd"); if (!ksuspend_usb_wq) return -ENOMEM; return 0; _ Patches currently in -mm which might be from stern@xxxxxxxxxxxxxxxxxxx are git-scsi-rc-fixes.patch hisax-fix-error-checking-for-hisax_register.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