Commit b17ececd authored by Aristeu Sergio Rozanski Filho's avatar Aristeu Sergio Rozanski Filho Committed by James Bottomley

[PATCH] qlogicfas: use qlogicfas_name instead qinfo

parent 66d36604
......@@ -667,7 +667,7 @@ struct Scsi_Host *__qlogicfas_detect(Scsi_Host_Template *host)
sprintf(qinfo,
"Qlogicfas Driver version 0.46, chip %02X at %03X, IRQ %d, TPdma:%d",
qltyp, qbase, qlirq, QL_TURBO_PDMA);
host->name = qinfo;
host->name = qlogicfas_name;
return hreg;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment