[SCSI] scsi_transport_sas: fix incorrect duplicate setup of max_phys
authorJames Bottomley <James.Bottomley@HansenPartnership.com>
Tue, 28 Jul 2009 16:39:05 +0000 (16:39 +0000)
committerJames Bottomley <James.Bottomley@suse.de>
Sat, 22 Aug 2009 22:52:01 +0000 (17:52 -0500)
There are two setup places for max_phys in scsi_transport_sas.c; one
incorrectly places a NULL into host_attrs instead of port_attrs.  Remove it.

Reported-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/scsi_transport_sas.c

index 0895d3c71b03d62b62aee075be5662f7f8004c30..fd47cb1bee1bb642c68f06ce895756f433b9077d 100644 (file)
@@ -1691,10 +1691,6 @@ sas_attach_transport(struct sas_function_template *ft)
 
        i->f = ft;
 
-       count = 0;
-       SETUP_PORT_ATTRIBUTE(num_phys);
-       i->host_attrs[count] = NULL;
-
        count = 0;
        SETUP_PHY_ATTRIBUTE(initiator_port_protocols);
        SETUP_PHY_ATTRIBUTE(target_port_protocols);