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

Commit 396e103e authored by Andrzej Hajda's avatar Andrzej Hajda Committed by Inki Dae
Browse files

drm/exynos/ipp: fix get_property IOCTL



Due to incorrect assignment in EXYNOS_IPP_GET_PROPERTY
IOCTL handler this IOCTL did not work at all.
The patch fixes it.

Signed-off-by: default avatarAndrzej Hajda <a.hajda@samsung.com>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
parent 16337077
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -346,7 +346,7 @@ int exynos_drm_ipp_get_property(struct drm_device *drm_dev, void *data,
			return PTR_ERR(ippdrv);
		}

		prop_list = ippdrv->prop_list;
		*prop_list = *ippdrv->prop_list;
	}

	return 0;