make gcc3's `deprecated use of label at end of compound statement' go away

This commit is contained in:
cl 2003-09-27 20:16:59 +00:00
parent 3f16119f55
commit 2f20c17423
1 changed files with 3 additions and 7 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: esp.c,v 1.45 2003/07/15 02:59:31 lukem Exp $ */
/* $NetBSD: esp.c,v 1.46 2003/09/27 20:16:59 cl Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@ -82,7 +82,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: esp.c,v 1.45 2003/07/15 02:59:31 lukem Exp $");
__KERNEL_RCSID(0, "$NetBSD: esp.c,v 1.46 2003/09/27 20:16:59 cl Exp $");
#include <sys/types.h>
#include <sys/param.h>
@ -591,12 +591,8 @@ esp_dma_intr(sc)
ndidx = stat->nd_idx;
splx(s);
goto loop;
loop:
}
goto out;
out:
out: ;
#ifdef ESP_DEBUG
/* esp_dma_nest--; */