Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm32/shark Fix bad function calls discovered after...
details: https://anonhg.NetBSD.org/src/rev/bacd943e302f
branches: trunk
changeset: 483849:bacd943e302f
user: tron <tron%NetBSD.org@localhost>
date: Sun Mar 19 19:14:42 2000 +0000
description:
Fix bad function calls discovered after prototype fixes in last commit.
diffstat:
sys/arch/arm32/shark/scr.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r b584d2091aab -r bacd943e302f sys/arch/arm32/shark/scr.c
--- a/sys/arch/arm32/shark/scr.c Sun Mar 19 17:24:27 2000 +0000
+++ b/sys/arch/arm32/shark/scr.c Sun Mar 19 19:14:42 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: scr.c,v 1.7 2000/03/16 23:21:09 darrenr Exp $ */
+/* $NetBSD: scr.c,v 1.8 2000/03/19 19:14:42 tron Exp $ */
/*
* Copyright 1997
@@ -783,7 +783,7 @@
KERN_DEBUG (scrdebug, SCRATTACH_DEBUG_INFO,("scrattach: called \n"));
/* set initial state machine values */
- scrClkInit(sc);
+ scrClkInit();
initStates(sc);
sc->open = FALSE;
}
@@ -980,7 +980,7 @@
if (sc->open)
{
/* put everything in the idle state */
- scrClkInit(sc);
+ scrClkInit();
initStates(sc);
sc->open = FALSE;
Home |
Main Index |
Thread Index |
Old Index