scsi: sd: Inline sd_probe_part2()
authorBart Van Assche <bvanassche@acm.org>
Tue, 30 Apr 2019 21:39:19 +0000 (14:39 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 18 Jun 2019 23:46:17 +0000 (19:46 -0400)
commit82a54da641f3cacfa31db36fc58a5e903f804c22
tree96e0a672b07582fe8abd25a69e7e9919a04a2cd8
parentf049cf1a7b6737c75884247c3f6383ef104d255a
scsi: sd: Inline sd_probe_part2()

Make sd_probe() easier to read by inlining sd_probe_part2(). This patch
does not change any functionality.

[mkp: applied by hand]

Cc: Lee Duncan <lduncan@suse.com>
Cc: Hannes Reinecke <hare@suse.com>
Cc: Luis Chamberlain <mcgrof@kernel.org>
Cc: Johannes Thumshirn <jthumshirn@suse.de>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/sd.c