]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
[SCSI] hpsa: clarify obscure comment in adjust_hpsa_scsi_table
authorStephen M. Cameron <scameron@beardog.cce.hp.com>
Thu, 4 Feb 2010 14:43:31 +0000 (08:43 -0600)
committerJames Bottomley <James.Bottomley@suse.de>
Wed, 17 Feb 2010 19:22:51 +0000 (13:22 -0600)
Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/hpsa.c

index b91ccd436acbdfd5b00c9477476e3ebad9e58ef4..42295c49682fcc09a6f89cccf9137bc9863cf2aa 100644 (file)
@@ -838,7 +838,11 @@ static void adjust_hpsa_scsi_table(struct ctlr_info *h, int hostno,
                        (void) hpsa_scsi_add_entry(h, hostno, sd[entry],
                                added, &nadded);
                        /* add can't fail, we just removed one. */
-                       sd[entry] = NULL; /* prevent it from being freed */
+
+                       /* Set it to NULL to prevent it from being freed
+                        * at the bottom of hpsa_update_scsi_devices()
+                        */
+                       sd[entry] = NULL;
                }
                i++;
        }