summaryrefslogtreecommitdiff
path: root/src/udev/udevd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/udev/udevd.c')
-rw-r--r--src/udev/udevd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/udevd.c b/src/udev/udevd.c
index 05030dc81e..354910e684 100644
--- a/src/udev/udevd.c
+++ b/src/udev/udevd.c
@@ -456,7 +456,7 @@ static void worker_spawn(Manager *manager, struct event *event) {
/* apply/restore inotify watch */
if (udev_event->inotify_watch) {
- udev_watch_begin(dev->device);
+ (void) udev_watch_begin(dev->device);
udev_device_update_db(dev);
}