diff options
-rw-r--r-- | src/mm-port-serial.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mm-port-serial.c b/src/mm-port-serial.c index 3c4db6df..5e8db484 100644 --- a/src/mm-port-serial.c +++ b/src/mm-port-serial.c @@ -606,7 +606,8 @@ port_serial_process_command (MMPortSerial *self, ctx->idx += written; break; } - /* If written == 0, treat as EAGAIN, so fall down */ + /* If written == 0 treat as EAGAIN */ + /* Fall through */ case G_IO_STATUS_AGAIN: /* We're in a non-blocking channel and therefore we're up to receive |