projects
/
platform
/
adaptation
/
samsung_exynos
/
device-manager-plugin-odroid.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d47412e
)
Fix logging location
79/218179/1
author
Youngjae Cho
<y0.cho@samsung.com>
Wed, 20 Nov 2019 05:52:50 +0000
(14:52 +0900)
committer
youngjae cho
<y0.cho@samsung.com>
Wed, 20 Nov 2019 06:21:41 +0000
(06:21 +0000)
Change-Id: I0c9d1c7b19c02a2bd4cf8fb4fb74ebeca6c5cbcc
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
(cherry picked from commit
3e36e3677b8f39aa1ab8221bc0fc39d93adc4111
)
hw/udev.c
patch
|
blob
|
history
diff --git
a/hw/udev.c
b/hw/udev.c
index da43d5f5eba36b3e1cc8c259d20c8b5a74dcab51..9dc58802e6381ea205ebfb1e4eb6d19de0030b83 100644
(file)
--- a/
hw/udev.c
+++ b/
hw/udev.c
@@
-59,7
+59,6
@@
static gboolean uevent_control_cb(GIOChannel *channel,
return TRUE;
}
- _I("Set udev monitor buffer size %d", UDEV_MONITOR_SIZE);
dev = udev_monitor_receive_device(info->mon);
if (!dev)
return TRUE;
@@
-142,6
+141,7
@@
static int uevent_control_start(const char *type,
goto stop;
}
+ _I("Set udev monitor buffer size %d", UDEV_MONITOR_SIZE);
ret = udev_monitor_set_receive_buffer_size(info->mon,
UDEV_MONITOR_SIZE);
if (ret != 0) {