From: Sudip Mukherjee Date: Wed, 5 Nov 2014 14:21:56 +0000 (+0530) Subject: ALSA: echoaudio: cleanup of unnecessary messages X-Git-Tag: omap-for-v3.19/fixes-rc1~126^2~21^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9161bd0d1cf375492f0a6aa86b3e4c28b070fb7c;p=pandora-kernel.git ALSA: echoaudio: cleanup of unnecessary messages commit "b5b4a41b392960010fccf1f9ccf8334d612bd450" 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 Signed-off-by: Sudip Mukherjee Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed