scsi: qla2xxx: remove double assignment in qla2x00_update_fcport
[linux-2.6-microblaze.git] / drivers / scsi / hpsa_cmd.h
index 21a726e..2daf08f 100644 (file)
@@ -448,7 +448,7 @@ struct CommandList {
        struct hpsa_scsi_dev_t *phys_disk;
 
        int abort_pending;
-       struct hpsa_scsi_dev_t *reset_pending;
+       struct hpsa_scsi_dev_t *device;
        atomic_t refcount; /* Must be last to avoid memset in hpsa_cmd_init() */
 } __aligned(COMMANDLIST_ALIGNMENT);