scsi: sr: Fix sr_probe() missing mutex_destroy
authorSimon Arlott <simon@octiron.net>
Sat, 30 May 2020 17:58:25 +0000 (18:58 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 10 Jun 2020 01:57:26 +0000 (21:57 -0400)
commita247e07f8dadba5da9f188aaf4f96db0302146d9
treec73229a28c2836231611fead1bd2d932e9583b79
parent08e9cbe75facfe08b9017eca37c9f1c5a6490b4a
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: 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>
drivers/scsi/sr.c