diff options
-rw-r--r-- | drivers/scsi/hpsa.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c index a2408e591770..12deffccb8da 100644 --- a/drivers/scsi/hpsa.c +++ b/drivers/scsi/hpsa.c | |||
@@ -657,8 +657,6 @@ static inline int device_is_the_same(struct hpsa_scsi_dev_t *dev1, | |||
657 | return 0; | 657 | return 0; |
658 | if (dev1->devtype != dev2->devtype) | 658 | if (dev1->devtype != dev2->devtype) |
659 | return 0; | 659 | return 0; |
660 | if (dev1->raid_level != dev2->raid_level) | ||
661 | return 0; | ||
662 | if (dev1->bus != dev2->bus) | 660 | if (dev1->bus != dev2->bus) |
663 | return 0; | 661 | return 0; |
664 | return 1; | 662 | return 1; |