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

Commit 61ea5c18 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: do not return when duration property is unavailable"

parents 93c95791 368d2aff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -853,7 +853,7 @@ static int32_t msm_flash_get_pmic_source_info(
			if (rc < 0) {
				pr_err("duration: read failed\n");
				of_node_put(flash_src_node);
				continue;
				/* Non-fatal; this property is optional */
			}

			of_node_put(flash_src_node);