The patch titled char-cyclades-probe-cleanup-fix has been removed from the -mm tree. Its filename was char-cyclades-probe-cleanup-fix.patch This patch was dropped because it was folded into char-cyclades-probe-cleanup.patch ------------------------------------------------------ Subject: char-cyclades-probe-cleanup-fix From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> wtf2? Cc: Jiri Slaby <jirislaby@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/char/cyclades.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/char/cyclades.c~char-cyclades-probe-cleanup-fix drivers/char/cyclades.c --- a/drivers/char/cyclades.c~char-cyclades-probe-cleanup-fix +++ a/drivers/char/cyclades.c @@ -4922,7 +4922,7 @@ static int __devinit cy_pci_probe(struct if (irq != 0 && irq != 255) { retval = request_irq(irq, cyz_interrupt, IRQF_SHARED, "Cyclades-Z", - &cy_card[j]); + &cy_card[card_no]); if (retval) { dev_err(&pdev->dev, "could not allocate IRQ\n"); goto err_unmap; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch mm-move-common-segment-checks-to-separate-helper-function-v7.patch reduce-size-of-task_struct-on-64-bit-machines.patch mm-shrink-parent-dentries-when-shrinking-slab.patch merge-sys_clone-sys_unshare-nsproxy-and-namespace.patch virtual_eisa_root_init-should-be-__init.patch proc-maps-protection.patch fix-cycladesh-for-x86_64-and-probably-others.patch rtc-add-rtc-rs5c313-driver.patch enlarge-console-name.patch move-die-notifier-handling-to-common-code.patch fix-sscanf-%n-match-at-end-of-input-string.patch parport-dev-driver-model-support.patch add-support-for-deferrable-timers-respun.patch linux-sysdevh-needs-to-include-linux-moduleh.patch time-smp-friendly-alignment-of-struct-clocksource.patch move-timekeeping-code-to-timekeepingc.patch fix-kevents-childs-priority-greediness.patch display-all-possible-partitions-when-the-root-filesystem-failed-to-mount.patch enhance-initcall_debug-measure-latency.patch dtlk-fix-error-checks-in-module_init.patch document-spin_lock_unlocked-rw_lock_unlocked-deprecation.patch consolidate-asm-consth-to-linux-consth.patch driver-for-the-maxim-ds1wm-a-1-wire-bus-master-asic-core.patch speedup-divides-by-cpu_power-in-scheduler.patch utimensat-implementation.patch revert-rtc-add-rtc_merge_alarm.patch kprobes-the-on-off-knob-thru-debugfs-updated.patch atomich-add-atomic64-cmpxchg-xchg-and-add_unless-to-powerpc.patch local_t-powerpc-extension.patch x86-serial-convert-legacy-com-ports-to-platform-devices.patch char-cyclades-conditions-cleanup.patch char-cyclades-probe-cleanup.patch char-cyclades-probe-cleanup-fix.patch fbdev-hecuba-framebuffer-driver.patch vt-add-color-support-to-the-underline-and-italic-attributes-fix.patch sm501fb-printk-warning-fixes.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