From: Takashi Sakamoto Date: Wed, 4 Jun 2014 06:25:36 +0000 (+0900) Subject: ALSA: fireworks: Remove meaningless mutex_destroy() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~21^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=021fb6f27591ff3eab29278d822935fe2d504a8b;p=pandora-kernel.git ALSA: fireworks: Remove meaningless mutex_destroy() Currently mutex_destroy() is called in module's cleanup function. But after cleaned up, this mutex is automatically released. So this function call is meaningless. [fixed a typo in changelog by tiwai] Signed-off-by: Takashi Sakamoto Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed