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

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

Merge "msm: camera: flash: Remove opcode reset for NOP operation" into dev/msm-4.9-camx

parents b8c60d53 2fbf5a3a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -495,7 +495,6 @@ int cam_flash_apply_setting(struct cam_flash_ctrl *fctrl,
				goto apply_setting_err;
			}
		} else if (flash_data->opcode == CAM_PKT_NOP_OPCODE) {
			flash_data->opcode = 0;
			CAM_DBG(CAM_FLASH, "NOP Packet");
		} else {
			rc = -EINVAL;