Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348421
b: refs/heads/master
c: 0ca824c
h: refs/heads/master
i:
  348419: 345cda8
v: v3
  • Loading branch information
Eunchul Kim authored and Inki Dae committed Jan 4, 2013
1 parent d30e8b6 commit da1b67e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 30 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7259c3d6aaf2f0925c034c11a3aca7e9dad52550
refs/heads/master: 0ca824c7df2f2d79933ea66adb2b3dfabb85f283
12 changes: 0 additions & 12 deletions trunk/drivers/gpu/drm/exynos/exynos_drm_fimc.c
Original file line number Diff line number Diff line change
Expand Up @@ -705,10 +705,6 @@ static int fimc_src_set_addr(struct device *dev,
}

property = &c_node->property;
if (!property) {
DRM_ERROR("failed to get property.\n");
return -EINVAL;
}

DRM_DEBUG_KMS("%s:prop_id[%d]buf_id[%d]buf_type[%d]\n", __func__,
property->prop_id, buf_id, buf_type);
Expand Down Expand Up @@ -1241,10 +1237,6 @@ static int fimc_dst_set_addr(struct device *dev,
}

property = &c_node->property;
if (!property) {
DRM_ERROR("failed to get property.\n");
return -EINVAL;
}

DRM_DEBUG_KMS("%s:prop_id[%d]buf_id[%d]buf_type[%d]\n", __func__,
property->prop_id, buf_id, buf_type);
Expand Down Expand Up @@ -1573,10 +1565,6 @@ static int fimc_ippdrv_start(struct device *dev, enum drm_exynos_ipp_cmd cmd)
}

property = &c_node->property;
if (!property) {
DRM_ERROR("failed to get property.\n");
return -EINVAL;
}

fimc_handle_irq(ctx, true, false, true);

Expand Down
12 changes: 0 additions & 12 deletions trunk/drivers/gpu/drm/exynos/exynos_drm_gsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -720,10 +720,6 @@ static int gsc_src_set_addr(struct device *dev,
}

property = &c_node->property;
if (!property) {
DRM_ERROR("failed to get property.\n");
return -EFAULT;
}

DRM_DEBUG_KMS("%s:prop_id[%d]buf_id[%d]buf_type[%d]\n", __func__,
property->prop_id, buf_id, buf_type);
Expand Down Expand Up @@ -1180,10 +1176,6 @@ static int gsc_dst_set_addr(struct device *dev,
}

property = &c_node->property;
if (!property) {
DRM_ERROR("failed to get property.\n");
return -EFAULT;
}

DRM_DEBUG_KMS("%s:prop_id[%d]buf_id[%d]buf_type[%d]\n", __func__,
property->prop_id, buf_id, buf_type);
Expand Down Expand Up @@ -1565,10 +1557,6 @@ static int gsc_ippdrv_start(struct device *dev, enum drm_exynos_ipp_cmd cmd)
}

property = &c_node->property;
if (!property) {
DRM_ERROR("failed to get property.\n");
return -EINVAL;
}

gsc_handle_irq(ctx, true, false, true);

Expand Down
5 changes: 0 additions & 5 deletions trunk/drivers/gpu/drm/exynos/exynos_drm_ipp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1487,11 +1487,6 @@ void ipp_sched_cmd(struct work_struct *work)
mutex_lock(&c_node->cmd_lock);

property = &c_node->property;
if (!property) {
DRM_ERROR("failed to get property:prop_id[%d]\n",
c_node->property.prop_id);
goto err_unlock;
}

switch (cmd_work->ctrl) {
case IPP_CTRL_PLAY:
Expand Down

0 comments on commit da1b67e

Please sign in to comment.