[patch] qlogic: don't use qinfo as name

From: Aristeu Sergio Rozanski Filho
Date: Mon Oct 20 2003 - 18:23:53 EST


hi,
these are the patches modified based on comments sent by Jeff,
Christoph and Mike.

--
aris

--- linux/drivers/scsi/qlogicfas.c.orig 2003-10-17 16:47:54.000000000 -0200
+++ linux/drivers/scsi/qlogicfas.c 2003-10-17 16:48:30.000000000 -0200
@@ -665,7 +665,6 @@
sprintf(qinfo,
"Qlogicfas Driver version 0.46, chip %02X at %03X, IRQ %d, TPdma:%d",
qltyp, qbase, qlirq, QL_TURBO_PDMA);
- host->name = qinfo;

return hreg;