From 5c5c7f8c9ed98689657b2781ef50725fce167df1 Mon Sep 17 00:00:00 2001 From: Hyeonmyeong Choi Date: Thu, 20 Dec 2012 16:49:38 +0900 Subject: [PATCH] libv4l2: code clean Remove unnecessary LOGE Change-Id: I8cbde877b09e2a5b622ff728b78058680c664104 Signed-off-by: Hyeonmyeong Choi --- libv4l2/exynos_subdev.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libv4l2/exynos_subdev.c b/libv4l2/exynos_subdev.c index b6f3b02..13f3321 100644 --- a/libv4l2/exynos_subdev.c +++ b/libv4l2/exynos_subdev.c @@ -135,7 +135,6 @@ int exynos_subdev_close(int fd) { int ret = -1; - ALOGE("%s", __func__); if (fd < 0) ALOGE("%s: invalid fd: %d", __func__, fd); else -- 2.20.1