2011-01-30 Ralf Corsépius <ralf.corsepius@rtems.org>

* mongoosev/duart/mg5uart.c: Fix type mismatch.
This commit is contained in:
Ralf Corsepius
2011-01-30 17:42:30 +00:00
parent 8fcd535132
commit f9e6b07ebf
2 changed files with 5 additions and 1 deletions

View File

@@ -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> 2010-05-28 Ralf Corsépius <ralf.corsepius@rtems.org>
* au1x00/include/au1x00.h: Add prototypes for * au1x00/include/au1x00.h: Add prototypes for

View File

@@ -633,7 +633,7 @@ MG5UART_STATIC void mg5uart_initialize_interrupts(int minor)
MG5UART_STATIC int mg5uart_write_support_int( MG5UART_STATIC int mg5uart_write_support_int(
int minor, int minor,
const char *buf, const char *buf,
int len size_t len
) )
{ {
uint32_t Irql; uint32_t Irql;