diff options
-rw-r--r-- | drivers/scsi/sym53c8xx_2/sym_glue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/sym53c8xx_2/sym_glue.c b/drivers/scsi/sym53c8xx_2/sym_glue.c index ff5be958d3d3..cef03e768367 100644 --- a/drivers/scsi/sym53c8xx_2/sym_glue.c +++ b/drivers/scsi/sym53c8xx_2/sym_glue.c | |||
@@ -1418,7 +1418,7 @@ static struct Scsi_Host * __devinit sym_attach(struct scsi_host_template *tpnt, | |||
1418 | attach_failed: | 1418 | attach_failed: |
1419 | if (!shost) | 1419 | if (!shost) |
1420 | return NULL; | 1420 | return NULL; |
1421 | printf_info("%s: giving up ...\n", sym_name(np)); | 1421 | printf_info("sym%d: giving up ...\n", unit); |
1422 | if (np) | 1422 | if (np) |
1423 | sym_free_resources(np, pdev); | 1423 | sym_free_resources(np, pdev); |
1424 | scsi_host_put(shost); | 1424 | scsi_host_put(shost); |