Update of /cvsroot/blob/blob/src/lib
In directory usw-pr-cvs1:/tmp/cvs-serv11252
Modified Files:
serial-pxa.c
Log Message:
Really should have taken one more look before entering initial code...
Index: serial-pxa.c
===================================================================
RCS file: /cvsroot/blob/blob/src/lib/serial-pxa.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- serial-pxa.c 30 Jul 2002 15:49:59 -0000 1.1
+++ serial-pxa.c 30 Jul 2002 17:45:18 -0000 1.2
@@ -88,7 +88,7 @@
if(SerialLSR & (LSR_FE | LSR_PE | LSR_OE))
return -ESERIAL;
- tmp = SerialUTDR;
+ tmp = SerialDATA;
}
return 0;
|