mirror of
https://github.com/gnif/vendor-reset
synced 2024-11-13 19:10:38 +00:00
Free mutex
This commit is contained in:
parent
db50c45f35
commit
b7554f9035
@ -83,6 +83,7 @@ int amd_common_post_reset(struct vendor_reset_dev *dev)
|
||||
|
||||
kzfree(priv);
|
||||
dev->vendor_private = NULL;
|
||||
mutex_destroy(&priv->smu_lock);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user