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

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

Merge "msm: cvp: Extend polling interval for CVP boot check"

parents 1c1e4f5c 8e58d2d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1203,7 +1203,7 @@ static inline int __boot_firmware(struct venus_hfi_device *device)
		}

		/* Reduce to 1/100th and x100 of max_tries */
		usleep_range(50, 100);
		usleep_range(500, 1000);
		count++;
	}