Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 96d62ae2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;