aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pcmcia/sym53c500_cs.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/pcmcia/sym53c500_cs.c')
-rw-r--r--drivers/scsi/pcmcia/sym53c500_cs.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/scsi/pcmcia/sym53c500_cs.c b/drivers/scsi/pcmcia/sym53c500_cs.c
index 6eacf4ca200..a5116417117 100644
--- a/drivers/scsi/pcmcia/sym53c500_cs.c
+++ b/drivers/scsi/pcmcia/sym53c500_cs.c
@@ -191,7 +191,6 @@
191 191
192struct scsi_info_t { 192struct scsi_info_t {
193 struct pcmcia_device *p_dev; 193 struct pcmcia_device *p_dev;
194 dev_node_t node;
195 struct Scsi_Host *host; 194 struct Scsi_Host *host;
196 unsigned short manf_id; 195 unsigned short manf_id;
197}; 196};
@@ -792,8 +791,6 @@ SYM53C500_config(struct pcmcia_device *link)
792 */ 791 */
793 data->fast_pio = USE_FAST_PIO; 792 data->fast_pio = USE_FAST_PIO;
794 793
795 sprintf(info->node.dev_name, "scsi%d", host->host_no);
796 link->dev_node = &info->node;
797 info->host = host; 794 info->host = host;
798 795
799 if (scsi_add_host(host, NULL)) 796 if (scsi_add_host(host, NULL))