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

Unverified Commit ee926586 authored by junwen.ye's avatar junwen.ye Committed by Michael Bestas
Browse files

[ALM:11087279] [FP4]:ois data -> 0

&&&%%%comment:[FP4]:ois data[3/4]=0
&&&%%%bug number:10872982
&&&%%%jira id:FP4-1868
&&&%%%product name:sm7225_r_fp4
&&&%%%root cause:coding
&&&%%%Bug category:T2M
&&&%%%Module_Impact:chi-cdk
&&&%%%Test_Suggestion:NA
&&&%%%Solution:NA
&&&%%%Test_Report:ok in native
&&&%%%VAL Can Test:NA

Change-Id: I3180aead27e21233175b0d94cab5077ad3374b69
parent c6144299
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -673,6 +673,7 @@ static ssize_t c_ois_read(struct file *filp,char *buf,size_t len,loff_t *off)
		return -ERESTARTSYS;
	pois_dev->need_read = 0;

	mdelay(1);
	rc = load_ois_data(pois_dev);
	if (rc) {
		goto error_handle;