diff options
author | 2006-04-20 20:26:52 +0000 | |
---|---|---|
committer | 2006-04-20 20:26:52 +0000 | |
commit | 42002b056339766752f5c095cbd0b178be33b1c8 (patch) | |
tree | 69d304a2d1bb3686e5819c6a3b3fa8edc27e5d89 | |
parent | unused variable (diff) | |
download | wireguard-openbsd-42002b056339766752f5c095cbd0b178be33b1c8.tar.xz wireguard-openbsd-42002b056339766752f5c095cbd0b178be33b1c8.zip |
no longer failure care; ok miod
-rw-r--r-- | sys/arch/hp300/dev/sti_sgc.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/hp300/dev/sti_sgc.c b/sys/arch/hp300/dev/sti_sgc.c index 7805549f2c6..83381be7e0d 100644 --- a/sys/arch/hp300/dev/sti_sgc.c +++ b/sys/arch/hp300/dev/sti_sgc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sti_sgc.c,v 1.7 2006/04/16 21:03:43 miod Exp $ */ +/* $OpenBSD: sti_sgc.c,v 1.8 2006/04/20 20:26:52 deraadt Exp $ */ /* * Copyright (c) 2005, Miodrag Vallat @@ -116,8 +116,7 @@ sti_sgc_attach(struct device *parent, struct device *self, void *aux) sc->memt = sc->iot = iot; sc->romh = ioh; - if (sti_attach_common(sc, STI_CODEBASE_M68K) != 0) - return; + sti_attach_common(sc, STI_CODEBASE_M68K); } sti_end_attach(sc); |