summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorcg <cg@FreeBSD.org>2000-12-23 05:19:32 +0000
committercg <cg@FreeBSD.org>2000-12-23 05:19:32 +0000
commit2807ccd53de93c470a0533b0fa6045ac0395df27 (patch)
treeb8c686fe7194e093fb8f0dd2fb00a084d42a8a11 /sys
parent2386a8e31f05b803784dc1a4e82361c695240b6d (diff)
downloadFreeBSD-src-2807ccd53de93c470a0533b0fa6045ac0395df27.zip
FreeBSD-src-2807ccd53de93c470a0533b0fa6045ac0395df27.tar.gz
kill a warning
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/sound/pci/es137x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/es137x.c b/sys/dev/sound/pci/es137x.c
index 0206dce..1a57f1a 100644
--- a/sys/dev/sound/pci/es137x.c
+++ b/sys/dev/sound/pci/es137x.c
@@ -340,7 +340,7 @@ eschan_trigger(kobj_t obj, void *data, int go)
{
struct es_chinfo *ch = data;
struct es_info *es = ch->parent;
- unsigned ss, cnt;
+ unsigned cnt;
if (go == PCMTRIG_EMLDMAWR || go == PCMTRIG_EMLDMARD)
return 0;
OpenPOWER on IntegriCloud