Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5fa1580d authored by Stefan Richter's avatar Stefan Richter
Browse files

firewire: fw-sbp2: remove bogus "emulated" host flag



There is no emulation going on here too.

Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: default avatarKristian Høgsberg <krh@redhat.com>
parent 6cad95fe
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1012,7 +1012,6 @@ static struct scsi_host_template scsi_driver_template = {
	.use_clustering		= ENABLE_CLUSTERING,
	.cmd_per_lun		= 1,	/* SBP2_MAX_CMDS, */
	.can_queue		= 1,		/* SBP2_MAX_CMDS, */
	.emulated		= 1,
};

static int add_scsi_devices(struct fw_unit *unit)