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>
This commit is contained in:
parent
f347915092
commit
021fb6f275
1 changed files with 0 additions and 1 deletions
|
@ -346,7 +346,6 @@ static void __exit snd_efw_exit(void)
|
||||||
{
|
{
|
||||||
snd_efw_transaction_unregister();
|
snd_efw_transaction_unregister();
|
||||||
driver_unregister(&efw_driver.driver);
|
driver_unregister(&efw_driver.driver);
|
||||||
mutex_destroy(&devices_mutex);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
module_init(snd_efw_init);
|
module_init(snd_efw_init);
|
||||||
|
|
Loading…
Add table
Reference in a new issue