Revert "[SCSI] fix bsg queue oops with iscsi logout"
[platform/kernel/linux-starfive.git] / drivers / scsi / scsi_sysfs.c
index 00b3866..ed83cdb 100644 (file)
@@ -1018,6 +1018,7 @@ int scsi_sysfs_add_host(struct Scsi_Host *shost)
        }
 
        transport_register_device(&shost->shost_gendev);
+       transport_configure_device(&shost->shost_gendev);
        return 0;
 }