diff options
author | RGIB <gibellini.roberto@gmail.com> | 2016-10-19 10:03:35 +0200 |
---|---|---|
committer | RGIB <gibellini.roberto@gmail.com> | 2016-10-19 10:03:35 +0200 |
commit | 3c3499bbafaeaf9ea4aae9c7d77bda998468e3f7 (patch) | |
tree | 5b2321b708b31263b84120241f8528ef338a36a5 | |
parent | 2589ab6dc7e8ee4ae2725077d21b24aade8e60cb (diff) | |
download | device_samsung_kona-common-3c3499bbafaeaf9ea4aae9c7d77bda998468e3f7.zip device_samsung_kona-common-3c3499bbafaeaf9ea4aae9c7d77bda998468e3f7.tar.gz device_samsung_kona-common-3c3499bbafaeaf9ea4aae9c7d77bda998468e3f7.tar.bz2 |
kona : fix typos
Change-Id: If9198588c360dc1b3f4c2c75b142c5315444c3ef
-rw-r--r-- | BoardConfigCommon.mk | 2 | ||||
-rwxr-xr-x | camera/exynos_camera.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 70f7be2..fe4a235 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -17,7 +17,7 @@ # This variable is set first, so it can be overridden # by BoardConfigVendor.mk -include device/samsung/smdk4412-common/BoardCommonConfig.mk --include vendor/samsung/kona/BoardConfigVendor.mk +-include vendor/samsung/kona-common/BoardConfigVendor.mk LOCAL_PATH := device/samsung/kona-common 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; |