ALSA: lx_core: Fix dev_dbg typo
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 17 Apr 2014 09:51:18 +0000 (11:51 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 18 Apr 2014 07:56:09 +0000 (09:56 +0200)
Commit be4e6d3c0fa0 ("ALSA: lx6464es: Use standard printk helpers") converted
the custom printk helpers that were used before to standard dev_* functions.
One of the dev_dbg calls had a typo, that was hidden away by an #if 0 .. #endif

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/lx6464es/lx_core.c

index 652f6dfc7e1a30fe4ebdaafc02086cae78f1698b..9e0acba827516a11aa080d8a575e309e760ed8ae 100644 (file)
@@ -1197,7 +1197,7 @@ irqreturn_t lx_interrupt(int irq, void *dev_id)
 
 #if 0
        if (irqsrc & MASK_SYS_STATUS_EOBI)
-               dev_dgg(chip->card->dev, "interrupt: EOBI\n");
+               dev_dbg(chip->card->dev, "interrupt: EOBI\n");
 
        if (irqsrc & MASK_SYS_STATUS_EOBO)
                dev_dbg(chip->card->dev, "interrupt: EOBO\n");