From 0dd5531c931fc5b7c31e2d6cbe32e7dc827ad046 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 2 May 1999 21:53:28 +0000 Subject: Sigh, serves me right for committing without reading the followups. :-] The whole thing (mpu_config etc) is dead code. PR: 11411 (followup) Pointed out by: "Daniel C. Sobral" --- sys/i386/isa/snd/clones.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/i386/isa/snd/clones.c b/sys/i386/isa/snd/clones.c index 1d263d5..4927932 100644 --- a/sys/i386/isa/snd/clones.c +++ b/sys/i386/isa/snd/clones.c @@ -210,11 +210,11 @@ initialize_ProSonic16(snddev_info *d) dma_translat[8] = {0, 1, 0, 2, 0, 3, 0, 4}; - struct address_info *mpu_config; + struct address_info *mpu_config = NULL; int mpu_base, mpu_irq; - if (mpu_config != NULL) { + if (mpu_config != NULL) { /* XXX dead code? */ mpu_base = mpu_config->io_base; mpu_irq = mpu_config->irq; } else { -- cgit v1.1