projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d06170a
)
ieee1394: sbp2: remove bogus "emulated" host flag
author
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Sun, 14 Jan 2007 18:40:41 +0000
(19:40 +0100)
committer
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Thu, 8 Feb 2007 19:59:48 +0000
(20:59 +0100)
There is no emulation going on here.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/ieee1394/sbp2.c
patch
|
blob
|
history
diff --git
a/drivers/ieee1394/sbp2.c
b/drivers/ieee1394/sbp2.c
index 4f1b743e09ed69a7bddab86e2fa755906979a136..36d7b06932aa20ccc3b19733232853a70ab353bd 100644
(file)
--- a/
drivers/ieee1394/sbp2.c
+++ b/
drivers/ieee1394/sbp2.c
@@
-304,7
+304,6
@@
static struct scsi_host_template sbp2_shost_template = {
.use_clustering = ENABLE_CLUSTERING,
.cmd_per_lun = SBP2_MAX_CMDS,
.can_queue = SBP2_MAX_CMDS,
- .emulated = 1,
.sdev_attrs = sbp2_sysfs_sdev_attrs,
};