]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: echoaudio: cleanup of unnecessary messages
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Wed, 5 Nov 2014 14:21:56 +0000 (19:51 +0530)
committerTakashi Iwai <tiwai@suse.de>
Wed, 5 Nov 2014 14:35:57 +0000 (15:35 +0100)
commita444bea696bbee66ac7f09d9c86bc1229f63a203
treec87e33c60a562f2c61a0a05aaf72549937065a6a
parentd33b1409e023b7f94d905cbe8d3c66da0bd7cd44
ALSA: echoaudio: cleanup of unnecessary messages

commit "1de81f9d932e50700c7179b80e4e6d001d072650" was dereferencing
chip after it has been freed. This patch fixes that and at the same
time removes some debugging messages, which are unnecessary, as they
are just printing information about entry and exit from a function,
and which switch-case it is executing.
we can easily get from ftrace the information about the entry and exit
from a function.

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
18 files changed:
sound/pci/echoaudio/darla20_dsp.c
sound/pci/echoaudio/darla24_dsp.c
sound/pci/echoaudio/echo3g_dsp.c
sound/pci/echoaudio/echoaudio.c
sound/pci/echoaudio/echoaudio_3g.c
sound/pci/echoaudio/echoaudio_dsp.c
sound/pci/echoaudio/gina20_dsp.c
sound/pci/echoaudio/gina24_dsp.c
sound/pci/echoaudio/indigo_dsp.c
sound/pci/echoaudio/indigodj_dsp.c
sound/pci/echoaudio/indigodjx_dsp.c
sound/pci/echoaudio/indigoio_dsp.c
sound/pci/echoaudio/indigoiox_dsp.c
sound/pci/echoaudio/layla20_dsp.c
sound/pci/echoaudio/layla24_dsp.c
sound/pci/echoaudio/mia_dsp.c
sound/pci/echoaudio/midi.c
sound/pci/echoaudio/mona_dsp.c