[CRIU] [PATCH 1/2] tty: Add missing break statement
Cyrill Gorcunov
gorcunov at openvz.org
Wed May 11 08:01:43 PDT 2016
Being miss in first place.
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
criu/tty.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/criu/tty.c b/criu/tty.c
index c6e8e32b7013..5a93cd714b09 100644
--- a/criu/tty.c
+++ b/criu/tty.c
@@ -275,6 +275,7 @@ struct tty_driver *get_tty_driver(dev_t rdev, dev_t dev)
*/
return &vt_driver;
/* Other minors points to UART serial ports */
+ break;
case USB_SERIAL_MAJOR:
case LOW_DENSE_SERIAL_MAJOR:
return &serial_driver;
--
2.5.5
More information about the CRIU
mailing list