Remove the enclose_print() call, it is already called from ata-disk.c

This commit is contained in:
sos 2003-03-10 08:20:57 +00:00
parent 35cf7b6cba
commit 24eaa054a9

View File

@ -211,7 +211,6 @@ ar_attach_raid(struct ar_softc *rdp, int update)
else
printf(" %d FREE ", disk);
ad_print(AD_SOFTC(rdp->disks[disk]));
ata_enclosure_print(AD_SOFTC(rdp->disks[disk])->device);
}
else if (rdp->disks[disk].flags & AR_DF_ASSIGNED)
printf(" %d DOWN\n", disk);