Remove the enclose_print() call, it is already called from ata-disk.c
This commit is contained in:
parent
35cf7b6cba
commit
24eaa054a9
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user