commit | 7862126a4f0604610bf0159145447c76f67f3db8 | [log] [tgz] |
---|---|---|
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | Wed May 28 00:14:46 2014 +0900 |
committer | Takashi Iwai <tiwai@suse.de> | Tue May 27 17:36:11 2014 +0200 |
tree | 940ce0147b12fb70fc315c466ad0db58407c4674 | |
parent | 9fb01cdb38e0a72f40befdeba68ce7022468b7c8 [diff] |
ALSA: bebob: Remove meaningless mutex_unlock() Currently mutex_unlock() is called in module's cleanup function. But after cleaned up, this mutex is automatically released. So this function call is meaningless. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>