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

Commit f6cb42d9 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: isp: Fix frame skip pattern"

parents 40f4a68a 1244766f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -196,7 +196,7 @@ uint32_t msm_isp_get_framedrop_period(
		return 32;
		break;
	case SKIP_ALL:
		return 1;
		return SKIP_ALL;
	default:
		return 1;
	}