The patch titled i4l: errors with assignments in if has been added to the -mm tree. Its filename is i4l-errors-with-assignments-in-if.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: i4l: errors with assignments in if From: Roel Kluin <12o3l@xxxxxxxxxx> Signed-off-by: Roel Kluin <12o3l@xxxxxxxxxx> Cc: 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 arch/arm/mach-omap2/clock.c~i4l-errors-with-assignments-in-if arch/arm/mach-omap2/clock.c 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 git-arm-master.patch git-ocfs2.patch git-s390.patch i4l-errors-with-assignments-in-if.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