diff options
Diffstat (limited to 'drivers/scsi/hosts.c')
-rw-r--r-- | drivers/scsi/hosts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/hosts.c b/drivers/scsi/hosts.c index 63bed62f270e..4e811ca3270e 100644 --- a/drivers/scsi/hosts.c +++ b/drivers/scsi/hosts.c | |||
@@ -398,6 +398,7 @@ struct Scsi_Host *scsi_host_alloc(struct scsi_host_template *sht, int privsize) | |||
398 | shost->shost_dev.class = &shost_class; | 398 | shost->shost_dev.class = &shost_class; |
399 | snprintf(shost->shost_dev.bus_id, BUS_ID_SIZE, "host%d", | 399 | snprintf(shost->shost_dev.bus_id, BUS_ID_SIZE, "host%d", |
400 | shost->host_no); | 400 | shost->host_no); |
401 | shost->shost_dev.groups = scsi_sysfs_shost_attr_groups; | ||
401 | 402 | ||
402 | shost->ehandler = kthread_run(scsi_error_handler, shost, | 403 | shost->ehandler = kthread_run(scsi_error_handler, shost, |
403 | "scsi_eh_%d", shost->host_no); | 404 | "scsi_eh_%d", shost->host_no); |