diff options
Diffstat (limited to 'sys/dev/tc/asc.c')
-rw-r--r-- | sys/dev/tc/asc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/tc/asc.c b/sys/dev/tc/asc.c index d43a317b199..cafd9b84422 100644 --- a/sys/dev/tc/asc.c +++ b/sys/dev/tc/asc.c @@ -1240,7 +1240,7 @@ abort: #if 0 panic("asc_intr"); #else - boot(4, NULL); /* XXX */ + boot(4); /* XXX */ #endif } @@ -2057,7 +2057,7 @@ asc_timeout(arg) #if 0 panic("asc_timeout"); #else - boot(4, NULL); /* XXX */ + boot(4); /* XXX */ #endif } |