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

Commit de441919 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: Fix Compilation errors for 32bit Arch"

parents 72b2224e c8a1114c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3602,7 +3602,7 @@ static void cam_icp_mgr_print_io_bufs(struct cam_packet *packet,
	int32_t iommu_hdl, int32_t sec_mmu_hdl, uint32_t pf_buf_info,
	bool *mem_found)
{
	uint64_t   iova_addr;
	dma_addr_t iova_addr;
	size_t     src_buf_size;
	int        i;
	int        j;
+1 −1
Original line number Diff line number Diff line
@@ -3044,7 +3044,7 @@ static void cam_ife_mgr_print_io_bufs(struct cam_packet *packet,
	int32_t iommu_hdl, int32_t sec_mmu_hdl, uint32_t pf_buf_info,
	bool *mem_found)
{
	uint64_t   iova_addr;
	dma_addr_t iova_addr;
	size_t     src_buf_size;
	int        i;
	int        j;
+1 −1
Original line number Diff line number Diff line
@@ -606,7 +606,7 @@ static void cam_jpeg_mgr_print_io_bufs(struct cam_packet *packet,
	int32_t iommu_hdl, int32_t sec_mmu_hdl, uint32_t pf_buf_info,
	bool *mem_found)
{
	uint64_t   iova_addr;
	dma_addr_t iova_addr;
	size_t     src_buf_size;
	int        i;
	int        j;