The patch titled device_suspend() debugging has been removed from the -mm tree. Its filename was device-suspend-debug.patch This patch was dropped because it is obsolete ------------------------------------------------------ Subject: device_suspend() debugging From: Andrew Morton <akpm@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/base/power/suspend.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN drivers/base/power/suspend.c~device-suspend-debug drivers/base/power/suspend.c --- a/drivers/base/power/suspend.c~device-suspend-debug +++ a/drivers/base/power/suspend.c @@ -136,6 +136,8 @@ int device_suspend(pm_message_t state) get_device(dev); mutex_unlock(&dpm_list_mtx); + printk("Suspending device %s\n", kobject_name(&dev->kobj)); + error = suspend_device(dev, state); mutex_lock(&dpm_list_mtx); _ Patches currently in -mm which might be from akpm@xxxxxxxx are update-smc91x-driver-with-arm-versatile-board-info.patch git-ipwireless_cs.patch revert-81b0c8713385ce1b1b9058e916edcf9561ad76d6.patch revert-6527c2bdf1f833cc18e8f42bd97973d583e4aa83.patch mm-clean-up-buffered-write-code.patch deprecate-smbfs-in-favour-of-cifs.patch sync_sb_inodes-propagate-errors.patch ext2-reservations.patch make-copy_from_user_inatomic-not-zero-the-tail-on-i386-vs-reiser4.patch reiser4.patch nr_blockdev_pages-in_interrupt-warning.patch device-suspend-debug.patch slab-leaks3-default-y.patch put_bh-debug.patch kmap_atomic-debugging.patch shrink_slab-handle-bad-shrinkers.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