]> err.no Git - linux-2.6/blobdiff - sound/pci/au88x0/au88x0_core.c
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
[linux-2.6] / sound / pci / au88x0 / au88x0_core.c
index 4a336eaae9d21eda656c88a08cf12a187697e0d0..333c62de862042f3672b3cf06c87c59c4cd8c707 100644 (file)
@@ -2395,7 +2395,7 @@ static irqreturn_t vortex_interrupt(int irq, void *dev_id)
        if (!(hwread(vortex->mmio, VORTEX_STAT) & 0x1))
                return IRQ_NONE;
 
-       // This is the Interrrupt Enable flag we set before (consistency check).
+       // This is the Interrupt Enable flag we set before (consistency check).
        if (!(hwread(vortex->mmio, VORTEX_CTRL) & CTRL_IRQ_ENABLE))
                return IRQ_NONE;