patch-2.3.99-pre6 linux/arch/mips/baget/vacserial.c

Next file: linux/arch/mips/kernel/irixelf.c
Previous file: linux/arch/m68k/mm/fault.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre5/linux/arch/mips/baget/vacserial.c linux/arch/mips/baget/vacserial.c
@@ -2168,7 +2168,7 @@
 done:
 	if (off >= len+begin)
 		return 0;
-	*start = page + (begin-off);
+	*start = page + (off-begin);
 	return ((count < begin+len-off) ? count : begin+len-off);
 }
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)