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

Commit b6929c7d authored by Suresh Vankadara's avatar Suresh Vankadara Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: isp: Correct command type while dumping buffer" into dev/msm-4.14-camx

parents 568fde7e a8d0981f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -820,7 +820,7 @@ void cam_cdm_util_dump_cmd_bufs_v2(
	}
	buf_now = dump_info->src_start;
	do {
		cmd = *dump_info->src_start;
		cmd = *buf_now;
		cmd = cmd >> CAM_CDM_COMMAND_OFFSET;

		switch (cmd) {