aboutsummaryrefslogtreecommitdiff
path: root/plat/arm/common/arm_console.c
diff options
context:
space:
mode:
Diffstat (limited to 'plat/arm/common/arm_console.c')
-rw-r--r--plat/arm/common/arm_console.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plat/arm/common/arm_console.c b/plat/arm/common/arm_console.c
index c2281c42da..af5f11e460 100644
--- a/plat/arm/common/arm_console.c
+++ b/plat/arm/common/arm_console.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2019, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2018-2020, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -43,7 +43,7 @@ void __init arm_console_boot_init(void)
void arm_console_boot_end(void)
{
- (void)console_flush();
+ console_flush();
(void)console_unregister(&arm_boot_console);
}
@@ -62,5 +62,5 @@ void arm_console_runtime_init(void)
void arm_console_runtime_end(void)
{
- (void)console_flush();
+ console_flush();
}