[SCSI] libosd: Fix unchecked err return found by smatch
[deliverable/linux.git] / drivers / scsi / raid_class.c
index 8e5c169b03fb47e5b9439765f5d7091252fc8a5b..bd88349b852684d3d31f87d614f2c50947b86fe3 100644 (file)
@@ -149,6 +149,7 @@ static struct {
        { RAID_LEVEL_0, "raid0" },
        { RAID_LEVEL_1, "raid1" },
        { RAID_LEVEL_10, "raid10" },
+       { RAID_LEVEL_1E, "raid1e" },
        { RAID_LEVEL_3, "raid3" },
        { RAID_LEVEL_4, "raid4" },
        { RAID_LEVEL_5, "raid5" },
This page took 0.02574 seconds and 5 git commands to generate.