提交 a247e07f 编写于 作者: S Simon Arlott 提交者: Martin K. Petersen

scsi: sr: Fix sr_probe() missing mutex_destroy

If the device minor cannot be allocated or the cdrom fails to be registered
then the mutex should be destroyed.

Link: https://lore.kernel.org/r/06e9de38-eeed-1cab-5e08-e889288935b3@0882a8b5-c6c3-11e9-b005-00805fc181fe
Fixes: 51a85881 ("scsi: sr: get rid of sr global mutex")
Signed-off-by: NSimon Arlott <simon@octiron.net>
Signed-off-by: NMartin K. Petersen <martin.petersen@oracle.com>
上级 08e9cbe7
......@@ -813,6 +813,7 @@ static int sr_probe(struct device *dev)
fail_put:
put_disk(disk);
mutex_destroy(&cd->lock);
fail_free:
kfree(cd);
fail:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册