|
@@ -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);
|
|
@@ -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);
|
|
@@ -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);
|
|
|
|