summaryrefslogtreecommitdiffstats
path: root/board/mvs1/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/mvs1/flash.c')
-rw-r--r--board/mvs1/flash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/mvs1/flash.c b/board/mvs1/flash.c
index 0845943587..a52fe55b09 100644
--- a/board/mvs1/flash.c
+++ b/board/mvs1/flash.c
@@ -649,7 +649,7 @@ static int write_word (flash_info_t *info, ulong dest, ulong data)
}
}
- mvdebug (("-write_word\n"));
+ mvdebug (("-write_word\n"));
return (0);
}
#else /* CONFIG_MVS_16BIT_FLASH */
@@ -691,7 +691,7 @@ static int write_halfword (flash_info_t *info, ulong dest, ushort data)
return (1);
}
}
- mvdebug (("-write_halfword\n"));
+ mvdebug (("-write_halfword\n"));
return (0);
}
OpenPOWER on IntegriCloud