scsi: sr: Simplify the sr_open() function
authorEnze Li <lienze@kylinos.cn>
Mon, 27 Mar 2023 03:02:37 +0000 (11:02 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Mon, 3 Apr 2023 01:36:47 +0000 (21:36 -0400)
commitca62009eff728c0a62ea76184adcc6be411f4066
tree6939412993a739d5c0aeb219f1103d3c121ebb41
parentaa4d7812cf2cb0847e027d0e2a124926eea9d4fb
scsi: sr: Simplify the sr_open() function

Simplify the sr_open() by removing the goto label as the function only
returns one error code.

Signed-off-by: Enze Li <lienze@kylinos.cn>
Link: https://lore.kernel.org/r/20230327030237.3407253-1-lienze@kylinos.cn
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: Benjamin Block <bblock@linux.ibm.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/sr.c