diff options
| -rw-r--r-- | drivers/ata/libata-eh.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/ata/libata-eh.c b/drivers/ata/libata-eh.c index 74269ed22fb9..21a81cd148e4 100644 --- a/drivers/ata/libata-eh.c +++ b/drivers/ata/libata-eh.c | |||
| @@ -2167,13 +2167,11 @@ int ata_eh_reset(struct ata_link *link, int classify, | |||
| 2167 | if (ata_link_offline(link)) | 2167 | if (ata_link_offline(link)) |
| 2168 | continue; | 2168 | continue; |
| 2169 | 2169 | ||
| 2170 | /* apply class override and convert UNKNOWN to NONE */ | 2170 | /* apply class override */ |
| 2171 | if (lflags & ATA_LFLAG_ASSUME_ATA) | 2171 | if (lflags & ATA_LFLAG_ASSUME_ATA) |
| 2172 | classes[dev->devno] = ATA_DEV_ATA; | 2172 | classes[dev->devno] = ATA_DEV_ATA; |
| 2173 | else if (lflags & ATA_LFLAG_ASSUME_SEMB) | 2173 | else if (lflags & ATA_LFLAG_ASSUME_SEMB) |
| 2174 | classes[dev->devno] = ATA_DEV_SEMB_UNSUP; /* not yet */ | 2174 | classes[dev->devno] = ATA_DEV_SEMB_UNSUP; /* not yet */ |
| 2175 | else if (classes[dev->devno] == ATA_DEV_UNKNOWN) | ||
| 2176 | classes[dev->devno] = ATA_DEV_NONE; | ||
| 2177 | } | 2175 | } |
| 2178 | 2176 | ||
| 2179 | /* record current link speed */ | 2177 | /* record current link speed */ |
