summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-04-20 20:26:53 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-04-20 20:26:53 +0000
commitd761491ef104621b5d5682f001eb471cb75d2dc3 (patch)
treec993e4603b09cdab64b3a78194264a754284d343 /sys/arch/hp300/dev
parent97c25a2030547dc372f58b16039cceff3f3bb126 (diff)
no longer failure care; ok miod
Diffstat (limited to 'sys/arch/hp300/dev')
-rw-r--r--sys/arch/hp300/dev/sti_sgc.c5
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);