external shelves do not support BMICs.
Reviewed-by: Scott Benesh <scott.benesh@microsemi.com>
Reviewed-by: Scott Teel <scott.teel@microsemi.com>
Reviewed-by: Kevin Barnett <kevin.barnett@microsemi.com>
Signed-off-by: Don Brace <don.brace@microsemi.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
 
        bmic_device_index = GET_BMIC_DRIVE_NUMBER(&rle->lunid[0]);
 
+       if (encl_dev->target == -1 || encl_dev->lun == -1) {
+               rc = IO_OK;
+               goto out;
+       }
+
        if (bmic_device_index == 0xFF00 || MASKED_DEVICE(&rle->lunid[0])) {
                rc = IO_OK;
                goto out;