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

Commit a351449b 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: isp: Remove unnecessary message"

parents fc5a0e71 808f6c9f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -557,8 +557,6 @@ static void msm_vfe47_read_irq_status(struct vfe_device *vfe_dev,
	*irq_status0 &= irq_mask0;
	*irq_status1 &= irq_mask1;

	if (!(irq_mask1 & 0x1))
		pr_err("camif error is masked\n");
	if (*irq_status1 & (1 << 0)) {
		vfe_dev->error_info.camif_status =
		msm_camera_io_r(vfe_dev->vfe_base + 0x4A4);