conststructscsi_host_template*sht=shost->hostt; interror=-EINVAL; shost_printk(KERN_INFO,shost,"%s\n", Expand DownExpand Up@@ -392,7 +392,7 @@ static struct device_type scsi_host_type = { * Return value: * Pointer to a new Scsi_Host ...
Out of curiousity, is there a reason why this would not also be added toscsi_host_template? Signed-off-by: Hannes Reinecke <h...@suse.com> --- drivers/scsi/scsi_lib.c | 1 + include/scsi/scsi_host.h | 6 +++++ 2 files changed, 7 insertions(+) diff --git a/drivers/scsi/scsi...