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

Commit 01e80386 authored by Soundrapandian Jeyaprakash's avatar Soundrapandian Jeyaprakash Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: Return the correct pointer" into dev/msm-4.9-camx

parents 05f27d73 9f6f7ee4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -243,7 +243,7 @@ uint32_t *cdm_write_regrandom(uint32_t *pCmdBuffer, uint32_t numRegVals,
		*dst++ = *src++;
	}

	return pCmdBuffer;
	return dst;
}

uint32_t *cdm_write_dmi(uint32_t *pCmdBuffer, uint8_t dmiCmd,