]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit20863ecbda47a33efe248f7c6e4719407a5a4ea9
treeb83ef6ed2f76eefe643ad637bb1caa60388d7aec
parent69bc1117047bb8d0fe780fe031728f626a87c182
ALSA: lx_core: Fix dev_dbg typo

Commit a68446163795 ("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