Loading drivers/media/platform/msm/camera_v2/jpeg_10/msm_jpeg_sync.c +1 −1 Original line number Diff line number Diff line Loading @@ -1542,7 +1542,7 @@ int __msm_jpeg_init(struct msm_jpeg_device *pgmn_dev) JPEG_DBG("%s:%d] name %s", __func__, __LINE__, iommu_name[j]); JPEG_DBG("%s:%d] ctx 0x%lx", __func__, __LINE__, (unsigned long)pgmn_dev->iommu_ctx_arr[i]); if (!pgmn_dev->iommu_ctx_arr[i]) { if (IS_ERR_OR_NULL(pgmn_dev->iommu_ctx_arr[i])) { JPEG_PR_ERR("%s: No iommu fw context found\n", __func__); goto error; Loading Loading
drivers/media/platform/msm/camera_v2/jpeg_10/msm_jpeg_sync.c +1 −1 Original line number Diff line number Diff line Loading @@ -1542,7 +1542,7 @@ int __msm_jpeg_init(struct msm_jpeg_device *pgmn_dev) JPEG_DBG("%s:%d] name %s", __func__, __LINE__, iommu_name[j]); JPEG_DBG("%s:%d] ctx 0x%lx", __func__, __LINE__, (unsigned long)pgmn_dev->iommu_ctx_arr[i]); if (!pgmn_dev->iommu_ctx_arr[i]) { if (IS_ERR_OR_NULL(pgmn_dev->iommu_ctx_arr[i])) { JPEG_PR_ERR("%s: No iommu fw context found\n", __func__); goto error; Loading