diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2002-01-17 18:50:46 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2002-01-17 18:50:46 +0000 |
| commit | 85090cbb33c33b38347b0a66ccf857d46a46e660 (patch) | |
| tree | 64580726138d5a23bf512bc871f31e7c6cefd9b0 | |
| parent | e58b5938eaf4d6525df055da7311d2341d873026 (diff) | |
Notes
| -rw-r--r-- | sys/i386/isa/pcaudio.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/i386/isa/pcaudio.c b/sys/i386/isa/pcaudio.c index fa3167164b08..a4809edd29ce 100644 --- a/sys/i386/isa/pcaudio.c +++ b/sys/i386/isa/pcaudio.c @@ -326,10 +326,8 @@ static struct isa_pnp_id pca_ids[] = { static int pcaprobe(device_t dev) { - int error; - /* Check isapnp ids */ - return(ISA_PNP_PROBE(device_get_parent(dev), dev, pca_ids)); + return ISA_PNP_PROBE(device_get_parent(dev), dev, pca_ids); } |
