diff options
-rw-r--r-- | drivers/scsi/gdth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/gdth.c b/drivers/scsi/gdth.c index f672d6213eea..b860d650a563 100644 --- a/drivers/scsi/gdth.c +++ b/drivers/scsi/gdth.c | |||
@@ -4914,7 +4914,7 @@ static int __init gdth_eisa_probe_one(u16 eisa_slot) | |||
4914 | 4914 | ||
4915 | error = scsi_add_host(shp, NULL); | 4915 | error = scsi_add_host(shp, NULL); |
4916 | if (error) | 4916 | if (error) |
4917 | goto out_free_coal_stat; | 4917 | goto out_free_ccb_phys; |
4918 | list_add_tail(&ha->list, &gdth_instances); | 4918 | list_add_tail(&ha->list, &gdth_instances); |
4919 | gdth_timer_init(); | 4919 | gdth_timer_init(); |
4920 | 4920 | ||