From: Hyeonmyeong Choi Date: Thu, 20 Dec 2012 07:49:38 +0000 (+0900) Subject: libv4l2: code clean X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5c5c7f8c9ed98689657b2781ef50725fce167df1;p=GitHub%2FLineageOS%2Fandroid_hardware_samsung_slsi_exynos.git libv4l2: code clean Remove unnecessary LOGE Change-Id: I8cbde877b09e2a5b622ff728b78058680c664104 Signed-off-by: Hyeonmyeong Choi --- 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