summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/lib/libcpu/mips/ChangeLog4
-rw-r--r--c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/mips/ChangeLog b/c/src/lib/libcpu/mips/ChangeLog
index b72748f98c..188935c48a 100644
--- a/c/src/lib/libcpu/mips/ChangeLog
+++ b/c/src/lib/libcpu/mips/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-30 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * mongoosev/duart/mg5uart.c: Fix type mismatch.
+
2010-05-28 Ralf Corsépius <ralf.corsepius@rtems.org>
* au1x00/include/au1x00.h: Add prototypes for
diff --git a/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.c b/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.c
index 4073f0ce5d..e1de34b03c 100644
--- a/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.c
+++ b/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.c
@@ -633,7 +633,7 @@ MG5UART_STATIC void mg5uart_initialize_interrupts(int minor)
MG5UART_STATIC int mg5uart_write_support_int(
int minor,
const char *buf,
- int len
+ size_t len
)
{
uint32_t Irql;