aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sata_vsc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/sata_vsc.c')
-rw-r--r--drivers/scsi/sata_vsc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/sata_vsc.c b/drivers/scsi/sata_vsc.c
index 9f621a97c977..5af6d5f9f4bd 100644
--- a/drivers/scsi/sata_vsc.c
+++ b/drivers/scsi/sata_vsc.c
@@ -237,11 +237,11 @@ static irqreturn_t vsc_sata_interrupt (int irq, void *dev_instance,
237 handled += ata_host_intr(ap, qc); 237 handled += ata_host_intr(ap, qc);
238 else if (is_vsc_sata_int_err(i, int_status)) { 238 else if (is_vsc_sata_int_err(i, int_status)) {
239 /* 239 /*
240 * On some chips (i.e. Intel 31244), an error 240 * On some chips (i.e. Intel 31244), an error
241 * interrupt will sneak in at initialization 241 * interrupt will sneak in at initialization
242 * time (phy state changes). Clearing the SCR 242 * time (phy state changes). Clearing the SCR
243 * error register is not required, but it prevents 243 * error register is not required, but it prevents
244 * the phy state change interrupts from recurring 244 * the phy state change interrupts from recurring
245 * later. 245 * later.
246 */ 246 */
247 u32 err_status; 247 u32 err_status;