[media] omap3isp: ccdc: No semicolon is needed after switch statement

Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Peter Meerwald 2012-06-21 13:46:05 -03:00 committed by Mauro Carvalho Chehab
parent 96d62ae2dc
commit 13eaaa7f2f
1 changed files with 2 additions and 2 deletions

View File

@ -835,7 +835,7 @@ static void ccdc_config_vp(struct isp_ccdc_device *ccdc)
case 13:
fmtcfg_vp |= ISPCCDC_FMTCFG_VPIN_12_3;
break;
};
}
if (pipe->input)
div = DIV_ROUND_UP(l3_ick, pipe->max_rate);
@ -991,7 +991,7 @@ static void ccdc_config_sync_if(struct isp_ccdc_device *ccdc,
case 12:
syn_mode |= ISPCCDC_SYN_MODE_DATSIZ_12;
break;
};
}
if (syncif->fldmode)
syn_mode |= ISPCCDC_SYN_MODE_FLDMODE;