diff --git a/common/console_simple.c b/common/console_simple.c index 73e4752cd..49c5b33fc 100644 --- a/common/console_simple.c +++ b/common/console_simple.c @@ -167,4 +167,5 @@ int console_register(struct console_device *newcdev) int console_unregister(struct console_device *cdev) { + return -EBUSY; }