diff options
-rw-r--r-- | drivers/scsi/device_handler/scsi_dh_alua.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/device_handler/scsi_dh_alua.c b/drivers/scsi/device_handler/scsi_dh_alua.c index 4f0d0138f48b..ee372bf55332 100644 --- a/drivers/scsi/device_handler/scsi_dh_alua.c +++ b/drivers/scsi/device_handler/scsi_dh_alua.c | |||
@@ -717,6 +717,7 @@ static const struct scsi_dh_devlist alua_dev_list[] = { | |||
717 | {"IBM", "2145" }, | 717 | {"IBM", "2145" }, |
718 | {"Pillar", "Axiom" }, | 718 | {"Pillar", "Axiom" }, |
719 | {"Intel", "Multi-Flex"}, | 719 | {"Intel", "Multi-Flex"}, |
720 | {"NETAPP", "LUN"}, | ||
720 | {NULL, NULL} | 721 | {NULL, NULL} |
721 | }; | 722 | }; |
722 | 723 | ||