Commit 13eaaa7f authored by Peter Meerwald's avatar Peter Meerwald Committed by Mauro Carvalho Chehab

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

Signed-off-by: default avatarPeter Meerwald <pmeerw@pmeerw.net>
Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 96d62ae2
...@@ -835,7 +835,7 @@ static void ccdc_config_vp(struct isp_ccdc_device *ccdc) ...@@ -835,7 +835,7 @@ static void ccdc_config_vp(struct isp_ccdc_device *ccdc)
case 13: case 13:
fmtcfg_vp |= ISPCCDC_FMTCFG_VPIN_12_3; fmtcfg_vp |= ISPCCDC_FMTCFG_VPIN_12_3;
break; break;
}; }
if (pipe->input) if (pipe->input)
div = DIV_ROUND_UP(l3_ick, pipe->max_rate); div = DIV_ROUND_UP(l3_ick, pipe->max_rate);
...@@ -991,7 +991,7 @@ static void ccdc_config_sync_if(struct isp_ccdc_device *ccdc, ...@@ -991,7 +991,7 @@ static void ccdc_config_sync_if(struct isp_ccdc_device *ccdc,
case 12: case 12:
syn_mode |= ISPCCDC_SYN_MODE_DATSIZ_12; syn_mode |= ISPCCDC_SYN_MODE_DATSIZ_12;
break; break;
}; }
if (syncif->fldmode) if (syncif->fldmode)
syn_mode |= ISPCCDC_SYN_MODE_FLDMODE; syn_mode |= ISPCCDC_SYN_MODE_FLDMODE;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment