The patch titled i4l: errors with assignments in if has been removed from the -mm tree. Its filename was i4l-errors-with-assignments-in-if.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: i4l: errors with assignments in if From: Roel Kluin <12o3l@xxxxxxxxxx> Signed-off-by: Roel Kluin <12o3l@xxxxxxxxxx> Acked-by: Karsten Keil <kkeil@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/isdn/hisax/elsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/isdn/hisax/elsa.c~i4l-errors-with-assignments-in-if drivers/isdn/hisax/elsa.c --- a/drivers/isdn/hisax/elsa.c~i4l-errors-with-assignments-in-if +++ a/drivers/isdn/hisax/elsa.c @@ -883,7 +883,7 @@ setup_elsa_isa(struct IsdnCard *card) val += 'A' - 3; if (val == 'B' || val == 'C') val ^= 1; - if ((cs->subtyp == ELSA_PCFPRO) && (val = 'G')) + if ((cs->subtyp == ELSA_PCFPRO) && (val == 'G')) val = 'C'; printk(KERN_INFO "Elsa: %s found at %#lx Rev.:%c IRQ %d\n", _ Patches currently in -mm which might be from 12o3l@xxxxxxxxxx are origin.patch unlock-when-ssp-tries-to-close-an-invalid-port.patch git-dvb.patch dvb-dont-return-with-locks-held.patch lmc_ioctl-dont-return-with-locks-held-fix.patch git-ocfs2.patch cris-gpio-undo-locks-before-returning.patch mips-undo-locking-on-error-path-returns.patch mips-undo-locking-on-error-path-returns-checkpatch-fixes.patch cris-build-fixes-update-eth_v10c-ethernet-driver-fix.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