diff options
Diffstat (limited to 'arch/sh/drivers/pci/pci-sh7780.c')
-rw-r--r-- | arch/sh/drivers/pci/pci-sh7780.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/drivers/pci/pci-sh7780.c b/arch/sh/drivers/pci/pci-sh7780.c index 472f67aec337..1e147f445c1a 100644 --- a/arch/sh/drivers/pci/pci-sh7780.c +++ b/arch/sh/drivers/pci/pci-sh7780.c | |||
@@ -150,7 +150,7 @@ static irqreturn_t sh7780_pci_serr_irq(int irq, void *dev_id) | |||
150 | __raw_writel(SH4_PCIINTM_SDIM, hose->reg_base + SH4_PCIINTM); | 150 | __raw_writel(SH4_PCIINTM_SDIM, hose->reg_base + SH4_PCIINTM); |
151 | 151 | ||
152 | /* Back off the IRQ for awhile */ | 152 | /* Back off the IRQ for awhile */ |
153 | disable_irq(irq); | 153 | disable_irq_nosync(irq); |
154 | hose->serr_timer.expires = jiffies + HZ; | 154 | hose->serr_timer.expires = jiffies + HZ; |
155 | add_timer(&hose->serr_timer); | 155 | add_timer(&hose->serr_timer); |
156 | 156 | ||