diff options
author | Joe Perches <joe@perches.com> | 2007-12-18 07:13:47 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 11:29:41 -0500 |
commit | 561de31a23a8a5d23baeb8b2ce7c6102cb649616 (patch) | |
tree | 1a5ebe319ea7ca10e0068f2a8f97b3e3dfde2177 /sound/pci/au88x0 | |
parent | f488d9fcc84692ca0060b4e16c1c61a8d514cea8 (diff) |
[ALSA] sound/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/au88x0')
-rw-r--r-- | sound/pci/au88x0/au88x0_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/au88x0/au88x0_core.c b/sound/pci/au88x0/au88x0_core.c index 4a336eaae9d2..333c62de8620 100644 --- a/sound/pci/au88x0/au88x0_core.c +++ b/sound/pci/au88x0/au88x0_core.c | |||
@@ -2395,7 +2395,7 @@ static irqreturn_t vortex_interrupt(int irq, void *dev_id) | |||
2395 | if (!(hwread(vortex->mmio, VORTEX_STAT) & 0x1)) | 2395 | if (!(hwread(vortex->mmio, VORTEX_STAT) & 0x1)) |
2396 | return IRQ_NONE; | 2396 | return IRQ_NONE; |
2397 | 2397 | ||
2398 | // This is the Interrrupt Enable flag we set before (consistency check). | 2398 | // This is the Interrupt Enable flag we set before (consistency check). |
2399 | if (!(hwread(vortex->mmio, VORTEX_CTRL) & CTRL_IRQ_ENABLE)) | 2399 | if (!(hwread(vortex->mmio, VORTEX_CTRL) & CTRL_IRQ_ENABLE)) |
2400 | return IRQ_NONE; | 2400 | return IRQ_NONE; |
2401 | 2401 | ||