chiark / gitweb /
terminal: discard async read() errors for evdev
[elogind.git] / src / libsystemd-terminal / idev-evdev.c
index c93ede8dc999845ce2d93d921fde7bcb812b1dd1..9e2dc811ef426ab5b927064a8bb6efbc4de554f7 100644 (file)
@@ -217,7 +217,7 @@ static int idev_evdev_io(idev_evdev *evdev) {
 
 error:
         idev_evdev_hup(evdev);
-        return r;
+        return 0; /* idev_evdev_hup() handles the error so discard it */
 }
 
 static int idev_evdev_event_fn(sd_event_source *s, int fd, uint32_t revents, void *userdata) {