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

Commit 5e8c2c84 authored by Chandan Gera's avatar Chandan Gera
Browse files

msm: camera: Remove check for io address



Remove check for io address as dma_addr_t
is used to store the address instead of
uint64

Change-Id: Ic2add8b2f186273a1173cbfe1377adfe6993a5ec
Signed-off-by: default avatarChandan Gera <cgera@codeaurora.org>
parent 866467cc
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -3648,11 +3648,6 @@ static void cam_icp_mgr_print_io_bufs(struct cam_packet *packet,
				CAM_ERR(CAM_UTIL, "get src buf address fail");
				continue;
			}
			if (iova_addr >> 32) {
				CAM_ERR(CAM_ICP, "Invalid mapped address");
				rc = -EINVAL;
				continue;
			}

			CAM_INFO(CAM_ICP,
				"pln %d w %d h %d size %d addr 0x%x offset 0x%x memh %x",
+0 −5
Original line number Diff line number Diff line
@@ -2879,11 +2879,6 @@ static void cam_ife_mgr_print_io_bufs(struct cam_packet *packet,
				CAM_ERR(CAM_ISP, "get src buf address fail");
				continue;
			}
			if (iova_addr >> 32) {
				CAM_ERR(CAM_ISP, "Invalid mapped address");
				rc = -EINVAL;
				continue;
			}

			CAM_INFO(CAM_ISP,
				"pln %d w %d h %d size %d addr 0x%x offset 0x%x memh %x",
+0 −5
Original line number Diff line number Diff line
@@ -651,11 +651,6 @@ static void cam_jpeg_mgr_print_io_bufs(struct cam_packet *packet,
				CAM_ERR(CAM_UTIL, "get src buf address fail");
				continue;
			}
			if (iova_addr >> 32) {
				CAM_ERR(CAM_JPEG, "Invalid mapped address");
				rc = -EINVAL;
				continue;
			}

			CAM_INFO(CAM_JPEG,
				"pln %d w %d h %d size %d addr 0x%x offset 0x%x memh %x",