From 50094295cc138eadf2442b16579e1a41c81d1a77 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Tue, 3 Jul 2007 09:40:28 +0000 Subject: [PATCH] ug_gtredata: add another break in the default case. Just for consistency with other code. --- sys/dev/ic/ug.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/dev/ic/ug.c b/sys/dev/ic/ug.c index ec3d3f7caec6..a3892210bddd 100644 --- a/sys/dev/ic/ug.c +++ b/sys/dev/ic/ug.c @@ -1,4 +1,4 @@ -/* $NetBSD: ug.c,v 1.6 2007/07/03 09:32:05 xtraeme Exp $ */ +/* $NetBSD: ug.c,v 1.7 2007/07/03 09:40:28 xtraeme Exp $ */ /* * Copyright (c) 2007 Mihai Chelaru @@ -26,7 +26,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ug.c,v 1.6 2007/07/03 09:32:05 xtraeme Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ug.c,v 1.7 2007/07/03 09:40:28 xtraeme Exp $"); #include #include @@ -463,6 +463,7 @@ ug_gtredata(struct sysmon_envsys *sme, envsys_data_t *edata) break; default: /* 3V RFact */ edata->value_cur *= UG_RFACT3; + break; } } else