diff options
Diffstat (limited to 'drivers/ata/sata_fsl.c')
-rw-r--r-- | drivers/ata/sata_fsl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/sata_fsl.c b/drivers/ata/sata_fsl.c index 124b2c1d9c0b..b0fd7cd40e7b 100644 --- a/drivers/ata/sata_fsl.c +++ b/drivers/ata/sata_fsl.c | |||
@@ -311,7 +311,7 @@ static void fsl_sata_set_irq_coalescing(struct ata_host *host, | |||
311 | intr_coalescing_ticks = ticks; | 311 | intr_coalescing_ticks = ticks; |
312 | spin_unlock(&host->lock); | 312 | spin_unlock(&host->lock); |
313 | 313 | ||
314 | DPRINTK("intrrupt coalescing, count = 0x%x, ticks = %x\n", | 314 | DPRINTK("interrupt coalescing, count = 0x%x, ticks = %x\n", |
315 | intr_coalescing_count, intr_coalescing_ticks); | 315 | intr_coalescing_count, intr_coalescing_ticks); |
316 | DPRINTK("ICC register status: (hcr base: 0x%x) = 0x%x\n", | 316 | DPRINTK("ICC register status: (hcr base: 0x%x) = 0x%x\n", |
317 | hcr_base, ioread32(hcr_base + ICC)); | 317 | hcr_base, ioread32(hcr_base + ICC)); |