]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: fireworks: Remove meaningless mutex_destroy()
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 4 Jun 2014 06:25:36 +0000 (15:25 +0900)
committerTakashi Iwai <tiwai@suse.de>
Wed, 4 Jun 2014 12:37:59 +0000 (14:37 +0200)
commit021fb6f27591ff3eab29278d822935fe2d504a8b
tree6bab7c67250e34130ae16284514dd09b9bed104f
parentf3479150923d164470eef7f33b0192f82de51403
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 <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/fireworks/fireworks.c