ALSA: lx_core: Remove useless #if 0 .. #endif
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 17 Apr 2014 09:51:20 +0000 (11:51 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 18 Apr 2014 07:56:49 +0000 (09:56 +0200)
commit8e6320064c3350cd8610cd23d4ef5c6926e33e48
tree7d643ad3217308521e61c82512f5901072984012
parent4899210263a010b34d492d781e0d4fea82655c48
ALSA: lx_core: Remove useless #if 0 .. #endif

The code contained in these sections are only dev_dbg calls, that are already
removed whenever DEBUG isn't defined.

Remove the redundant constructs.

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