On Mon, 27 Oct 2008 15:01:47 +0100 Phil Sutter <n0-1@xxxxxxxxxxx> wrote: > Signed-off-by: Florian Fainelli <florian@xxxxxxxxxxx> > --- > drivers/ata/pata_rb532_cf.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/drivers/ata/pata_rb532_cf.c b/drivers/ata/pata_rb532_cf.c > index f8b3ffc..a1d44a6 100644 > --- a/drivers/ata/pata_rb532_cf.c > +++ b/drivers/ata/pata_rb532_cf.c > @@ -116,6 +116,8 @@ static irqreturn_t rb532_pata_irq_handler(int irq, void *dev_instance) > set_irq_type(info->irq, IRQ_TYPE_LEVEL_HIGH); > } > > + disable_irq(irq); > + You can't call disable_irq in an IRQ handler. What are you actually trying to do ? Alan -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html