diff options
Diffstat (limited to 'common/console.c')
-rw-r--r-- | common/console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/console.c b/common/console.c index 1e0ca8de15a..5fe364e5fbd 100644 --- a/common/console.c +++ b/common/console.c @@ -193,7 +193,7 @@ void putc (const char c) #ifdef CONFIG_SILENT_CONSOLE if (gd->flags & GD_FLG_SILENT) - return(0); + return; #endif if (gd->flags & GD_FLG_DEVINIT) { |