Skip to content

Commit 68e440b

Browse files
mripardtiwai
authored andcommitted
ALSA: lx_core: Fix dev_dbg typo
Commit be4e6d3 ("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 <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent c546ca9 commit 68e440b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/pci/lx6464es/lx_core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@ irqreturn_t lx_interrupt(int irq, void *dev_id)
11971197

11981198
#if 0
11991199
if (irqsrc & MASK_SYS_STATUS_EOBI)
1200-
dev_dgg(chip->card->dev, "interrupt: EOBI\n");
1200+
dev_dbg(chip->card->dev, "interrupt: EOBI\n");
12011201

12021202
if (irqsrc & MASK_SYS_STATUS_EOBO)
12031203
dev_dbg(chip->card->dev, "interrupt: EOBO\n");

0 commit comments

Comments
 (0)