aboutsummaryrefslogtreecommitdiffstats
path: root/camera/exynos_camera.c
diff options
context:
space:
mode:
Diffstat (limited to 'camera/exynos_camera.c')
-rwxr-xr-xcamera/exynos_camera.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camera/exynos_camera.c b/camera/exynos_camera.c
index 048e367..89d4bf7 100755
--- a/camera/exynos_camera.c
+++ b/camera/exynos_camera.c
@@ -3955,7 +3955,7 @@ int exynos_camera_open(const struct hw_module_t* module, const char *camera_id,
camera_device = calloc(1, sizeof(struct camera_device));
camera_device->common.tag = HARDWARE_DEVICE_TAG;
- camera_device->base.common.version = CAMERA_DEVICE_API_VERSION_1_0;
+ camera_device->common.version = CAMERA_DEVICE_API_VERSION_1_0;
camera_device->common.module = (struct hw_module_t *) module;
camera_device->common.close = exynos_camera_close;