diff options
author | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2014-10-10 09:50:33 +0000 |
---|---|---|
committer | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2014-10-10 09:50:33 +0000 |
commit | deebcfc256ac7ca12ce450b726026eb5d736802c (patch) | |
tree | a3a958f9c49343379288b12061475f3e68dd2d6f /sys/dev/vscsi.c | |
parent | dbb3babf93ea3f0d4249a4742fd44b90f8eaec37 (diff) |
fix compilation without DIAGNOSTIC
ok dlg@
Diffstat (limited to 'sys/dev/vscsi.c')
-rw-r--r-- | sys/dev/vscsi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/vscsi.c b/sys/dev/vscsi.c index b7003c41942..d98615abcda 100644 --- a/sys/dev/vscsi.c +++ b/sys/dev/vscsi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vscsi.c,v 1.32 2014/09/22 01:09:29 dlg Exp $ */ +/* $OpenBSD: vscsi.c,v 1.33 2014/10/10 09:50:32 jmatthew Exp $ */ /* * Copyright (c) 2008 David Gwynne <dlg@openbsd.org> @@ -523,8 +523,8 @@ vscsi_devevent_task(void *xsc, void *xdt) default: panic("unexpected vscsi_devevent cmd"); /* NOTREACHED */ - } #endif + } gone: device_unref(&sc->sc_dev); |