]> www.infradead.org Git - users/dwmw2/linux.git/commit
scsi: sr: Fix sr_probe() missing mutex_destroy
authorSimon Arlott <simon@octiron.net>
Sat, 30 May 2020 17:58:25 +0000 (18:58 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jun 2020 15:48:31 +0000 (17:48 +0200)
commiteb2cc7ae99228f21cf770564d9c4171a42799e6e
treec10a5f1fbc473f91ecfe8ab57c1af3242ec49227
parent5f03c8b9b53d0dbe4c7b7c60bb199601d687c92d
scsi: sr: Fix sr_probe() missing mutex_destroy

[ Upstream commit a247e07f8dadba5da9f188aaf4f96db0302146d9 ]

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: 51a858817dcd ("scsi: sr: get rid of sr global mutex")
Signed-off-by: Simon Arlott <simon@octiron.net>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/scsi/sr.c