提交 5fa1580d 编写于 作者: S Stefan Richter

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

There is no emulation going on here too.
Signed-off-by: NStefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: NKristian Høgsberg <krh@redhat.com>
上级 6cad95fe
...@@ -1012,7 +1012,6 @@ static struct scsi_host_template scsi_driver_template = { ...@@ -1012,7 +1012,6 @@ static struct scsi_host_template scsi_driver_template = {
.use_clustering = ENABLE_CLUSTERING, .use_clustering = ENABLE_CLUSTERING,
.cmd_per_lun = 1, /* SBP2_MAX_CMDS, */ .cmd_per_lun = 1, /* SBP2_MAX_CMDS, */
.can_queue = 1, /* SBP2_MAX_CMDS, */ .can_queue = 1, /* SBP2_MAX_CMDS, */
.emulated = 1,
}; };
static int add_scsi_devices(struct fw_unit *unit) static int add_scsi_devices(struct fw_unit *unit)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册