diff options
-rw-r--r-- | drivers/ata/libata-core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c index 345f4a6865a8..7860d9f60ae4 100644 --- a/drivers/ata/libata-core.c +++ b/drivers/ata/libata-core.c | |||
@@ -2156,7 +2156,6 @@ int ata_dev_read_id(struct ata_device *dev, unsigned int *p_class, | |||
2156 | if (ata_msg_ctl(ap)) | 2156 | if (ata_msg_ctl(ap)) |
2157 | ata_dev_printk(dev, KERN_DEBUG, "%s: ENTER\n", __func__); | 2157 | ata_dev_printk(dev, KERN_DEBUG, "%s: ENTER\n", __func__); |
2158 | 2158 | ||
2159 | ata_dev_select(ap, dev->devno, 1, 1); /* select device 0/1 */ | ||
2160 | retry: | 2159 | retry: |
2161 | ata_tf_init(dev, &tf); | 2160 | ata_tf_init(dev, &tf); |
2162 | 2161 | ||