projects
/
GitHub
/
LineageOS
/
android_hardware_samsung_slsi_exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e564185
)
libv4l2: code clean
author
Hyeonmyeong Choi
<hyeon.choi@samsung.com>
Thu, 20 Dec 2012 07:49:38 +0000
(16:49 +0900)
committer
Hyeonmyeong Choi
<hyeon.choi@samsung.com>
Thu, 20 Dec 2012 07:49:38 +0000
(16:49 +0900)
Remove unnecessary LOGE
Change-Id: I8cbde877b09e2a5b622ff728b78058680c664104
Signed-off-by: Hyeonmyeong Choi <hyeon.choi@samsung.com>
libv4l2/exynos_subdev.c
patch
|
blob
|
blame
|
history
diff --git
a/libv4l2/exynos_subdev.c
b/libv4l2/exynos_subdev.c
index b6f3b022592aa84fb5e90ea4a9c017f1fe666706..13f33219b73b7d3381d6f6003aeef498ec73b1ed 100644
(file)
--- 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