The patch titled av7110: fix typo has been added to the -mm tree. Its filename is av7110-fix-typo.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: av7110: fix typo From: Yoann Padioleau <padator@xxxxxxxxxx> Parse error in ifdef or bad use of macro. Signed-off-by: Yoann Padioleau <padator@xxxxxxxxxx> Cc: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/media/dvb/ttpci/av7110.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/media/dvb/ttpci/av7110.c~av7110-fix-typo drivers/media/dvb/ttpci/av7110.c --- a/drivers/media/dvb/ttpci/av7110.c~av7110-fix-typo +++ a/drivers/media/dvb/ttpci/av7110.c @@ -2258,7 +2258,7 @@ static int frontend_init(struct av7110 * FE_FUNC_OVERRIDE(av7110->fe->ops.diseqc_send_master_cmd, av7110->fe_diseqc_send_master_cmd, av7110_fe_diseqc_send_master_cmd); FE_FUNC_OVERRIDE(av7110->fe->ops.diseqc_send_burst, av7110->fe_diseqc_send_burst, av7110_fe_diseqc_send_burst); FE_FUNC_OVERRIDE(av7110->fe->ops.set_tone, av7110->fe_set_tone, av7110_fe_set_tone); - FE_FUNC_OVERRIDE(av7110->fe->ops.set_voltage, av7110->fe_set_voltage, av7110_fe_set_voltage;) + FE_FUNC_OVERRIDE(av7110->fe->ops.set_voltage, av7110->fe_set_voltage, av7110_fe_set_voltage); FE_FUNC_OVERRIDE(av7110->fe->ops.dishnetwork_send_legacy_command, av7110->fe_dishnetwork_send_legacy_command, av7110_fe_dishnetwork_send_legacy_command); FE_FUNC_OVERRIDE(av7110->fe->ops.set_frontend, av7110->fe_set_frontend, av7110_fe_set_frontend); _ Patches currently in -mm which might be from padator@xxxxxxxxxx are git-netdev-all.patch some-kmalloc-memset-kzalloc-tree-wide.patch snd-aoa-codec-onyx-fix-typo.patch av7110-fix-typo.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