The patch titled Subject: rapidio-run-discovery-as-an-asynchronous-process-fix has been removed from the -mm tree. Its filename was rapidio-run-discovery-as-an-asynchronous-process-fix.patch This patch was dropped because it was folded into rapidio-run-discovery-as-an-asynchronous-process.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: rapidio-run-discovery-as-an-asynchronous-process-fix tweak code layput Cc: Alexandre Bounine <alexandre.bounine@xxxxxxx> Cc: Li Yang <leoli@xxxxxxxxxxxxx> Cc: Matt Porter <mporter@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/rapidio/rio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN drivers/rapidio/rio.c~rapidio-run-discovery-as-an-asynchronous-process-fix drivers/rapidio/rio.c --- a/drivers/rapidio/rio.c~rapidio-run-discovery-as-an-asynchronous-process-fix +++ a/drivers/rapidio/rio.c @@ -1269,9 +1269,9 @@ struct rio_disc_work { static void __devinit disc_work_handler(struct work_struct *_work) { - struct rio_disc_work *work = container_of(_work, - struct rio_disc_work, work); + struct rio_disc_work *work; + work = container_of(_work, struct rio_disc_work, work); pr_debug("RIO: discovery work for mport %d %s\n", work->mport->id, work->mport->name); rio_disc_mport(work->mport); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch audith-replace-defines-with-c-stubs.patch sections-fix-section-conflicts-in-arch-h8300.patch sections-fix-section-conflicts-in-drivers-macintosh.patch sectons-fix-const-sections-for-crc32-table.patch backlight-add-backlight-driver-for-lm3630-chip.patch backlight-add-new-lm3639-backlight-driver.patch backlight-platform-lcd-add-support-for-device-tree-based-probe.patch idr-rename-max_level-to-max_idr_level.patch lib-parserc-avoid-overflow-in-match_number.patch lib-spinlock_debug-avoid-livelock-in-do_raw_spin_lock.patch rtc-add-dallas-ds2404-driver.patch fat-simplify-writeback_inode.patch coredump-make-core-dump-functionality-optional.patch coredump-use-suid_dumpable_enabled-rather-than-hardcoded-1.patch proc-use-kzalloc-instead-of-kmalloc-and-memset.patch rapidio-run-discovery-as-an-asynchronous-process.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