summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2005-02-25 23:06:25 +0000
committersam <sam@FreeBSD.org>2005-02-25 23:06:25 +0000
commitacdfb6c892f23d4a31cd699a5bb9854ae65c0f45 (patch)
tree4b0f0ce0d30aa5b1683b20ee0a5490c44d897437 /sys/i386/isa
parent513e3c0122e288b6b29bd766bfb7dc66719ce4b0 (diff)
downloadFreeBSD-src-acdfb6c892f23d4a31cd699a5bb9854ae65c0f45.zip
FreeBSD-src-acdfb6c892f23d4a31cd699a5bb9854ae65c0f45.tar.gz
kill unused value
Noticed by: Coverity Prevent analysis tool
Diffstat (limited to 'sys/i386/isa')
-rw-r--r--sys/i386/isa/pcf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/pcf.c b/sys/i386/isa/pcf.c
index 64c059e..10ef4ff 100644
--- a/sys/i386/isa/pcf.c
+++ b/sys/i386/isa/pcf.c
@@ -135,7 +135,7 @@ static devclass_t pcf_devclass;
static int
pcf_probe(device_t pcfdev)
{
- struct pcf_softc *pcf = DEVTOSOFTC(pcfdev);
+ struct pcf_softc *pcf;
device_t parent = device_get_parent(pcfdev);
uintptr_t base;
OpenPOWER on IntegriCloud