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

Commit 51a9b904 authored by Abhishek Kondaveeti's avatar Abhishek Kondaveeti
Browse files

msm-camera: Optimize logs in ISR



Optimize logs in ISR as it effects normal thread
execution and causes frequent preemption.

Change-Id: Iff70f7838408a6abfd68cb501524e3913c8df29c
Signed-off-by: default avatarAbhishek Kondaveeti <akondave@codeaurora.org>
parent 37e2e703
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -405,8 +405,7 @@ static void msm_vfe40_init_hardware_reg(struct vfe_device *vfe_dev)
		vfe_dev->is_camif_raw_crop_supported = 1;
		break;
	default:
		pr_err("%s: QOS and VBIF is NOT configured for HW Version %x\n",
			__func__, vfe_dev->vfe_hw_version);
		ISP_DBG("%s: No special QOS\n", __func__);
	}

	msm_vfe40_init_qos_parms(vfe_dev, &qos_parms, &ds_parms);