aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sata_sil24.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/sata_sil24.c')
-rw-r--r--drivers/scsi/sata_sil24.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/scsi/sata_sil24.c b/drivers/scsi/sata_sil24.c
index bfbd630a889c..be4817e6502b 100644
--- a/drivers/scsi/sata_sil24.c
+++ b/drivers/scsi/sata_sil24.c
@@ -480,12 +480,7 @@ static int sil24_softreset(struct ata_port *ap, unsigned int *class)
480 goto err; 480 goto err;
481 } 481 }
482 482
483 /* 483 /* do SRST */
484 * XXX: Not sure whether the following sleep is needed or not.
485 * The original driver had it. So....
486 */
487 msleep(10);
488
489 prb->ctrl = PRB_CTRL_SRST; 484 prb->ctrl = PRB_CTRL_SRST;
490 prb->fis[1] = 0; /* no PM yet */ 485 prb->fis[1] = 0; /* no PM yet */
491 486