diff options
| author | Søren Schmidt <sos@FreeBSD.org> | 1999-11-24 21:40:05 +0000 |
|---|---|---|
| committer | Søren Schmidt <sos@FreeBSD.org> | 1999-11-24 21:40:05 +0000 |
| commit | 3082a6dc59ac18c9d75f22bf2991816967b001f5 (patch) | |
| tree | 3b02ba8d10653cf4ec62d23671ceb5d9999a30d1 /sys/dev/ata/atapi-cd.c | |
| parent | 84d1d01b7abaccd61070aea4b0c0829e8a664e38 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ata/atapi-cd.c')
| -rw-r--r-- | sys/dev/ata/atapi-cd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/atapi-cd.c b/sys/dev/ata/atapi-cd.c index 5e01911a0988b..cc18ecfbc340d 100644 --- a/sys/dev/ata/atapi-cd.c +++ b/sys/dev/ata/atapi-cd.c @@ -104,7 +104,7 @@ acdattach(struct atapi_softc *atp) { struct acd_softc *cdp; struct changer *chp; - int32_t error, count; + int32_t count, error = 0; static int32_t acd_cdev_done = 0, acdnlun = 0; if (!acd_cdev_done) { |
