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

Commit 1269009d authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "UPSTREAM: Merge PC182 - commit...

Merge "UPSTREAM: Merge PC182 - commit '23636c33' into mainline - 06/13"
parents 8e7c0bab 76a7a38b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -599,7 +599,8 @@ int32_t cam_sensor_driver_cmd(struct cam_sensor_ctrl_t *s_ctrl,
		} else {
			CAM_ERR(CAM_SENSOR, "Invalid Command Type: %d",
				 cmd->handle_type);
			return -EINVAL;
			rc = -EINVAL;
			goto release_mutex;
		}

		pu = power_info->power_setting;