diff options
Diffstat (limited to 'drivers/ata/sata_inic162x.c')
-rw-r--r-- | drivers/ata/sata_inic162x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/sata_inic162x.c b/drivers/ata/sata_inic162x.c index 8d890cc5a7ee..4406902b4293 100644 --- a/drivers/ata/sata_inic162x.c +++ b/drivers/ata/sata_inic162x.c | |||
@@ -405,7 +405,7 @@ static irqreturn_t inic_interrupt(int irq, void *dev_instance) | |||
405 | struct ata_host *host = dev_instance; | 405 | struct ata_host *host = dev_instance; |
406 | struct inic_host_priv *hpriv = host->private_data; | 406 | struct inic_host_priv *hpriv = host->private_data; |
407 | u16 host_irq_stat; | 407 | u16 host_irq_stat; |
408 | int i, handled = 0;; | 408 | int i, handled = 0; |
409 | 409 | ||
410 | host_irq_stat = readw(hpriv->mmio_base + HOST_IRQ_STAT); | 410 | host_irq_stat = readw(hpriv->mmio_base + HOST_IRQ_STAT); |
411 | 411 | ||