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

Commit 588b9cbc authored by Camera Software Integration's avatar Camera Software Integration Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: ope: Change parameters to find time difference" into camera-kernel.lnx.3.1

parents 7dec63ce cbc03dba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3491,8 +3491,8 @@ static int cam_ope_mgr_hw_dump(void *hw_priv, void *hw_dump_args)
	}

	cur_time = ktime_get();
	diff = ktime_us_delta(ctx_data->req_list[idx]->submit_timestamp,
			cur_time);
	diff = ktime_us_delta(cur_time,
			ctx_data->req_list[idx]->submit_timestamp);
	cur_ts = ktime_to_timespec64(cur_time);
	req_ts = ktime_to_timespec64(ctx_data->req_list[idx]->submit_timestamp);