summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/efi332/console/console.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/m68k/efi332/console/console.c')
-rw-r--r--c/src/lib/libbsp/m68k/efi332/console/console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/efi332/console/console.c b/c/src/lib/libbsp/m68k/efi332/console/console.c
index e678836688..8594b44f68 100644
--- a/c/src/lib/libbsp/m68k/efi332/console/console.c
+++ b/c/src/lib/libbsp/m68k/efi332/console/console.c
@@ -328,7 +328,7 @@ rtems_device_driver console_read(
rtems_libio_rw_args_t *rw_args;
char *buffer;
int maximum;
- int count = 0;
+ int count;
rw_args = (rtems_libio_rw_args_t *) arg;