Преглед изворни кода

[SCSI] qla2xxx: Allow NVRAM updates to immediately go into effect.

Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Andrew Vasquez пре 18 година
родитељ
комит
26b8d34808
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      drivers/scsi/qla2xxx/qla_attr.c

+ 2 - 0
drivers/scsi/qla2xxx/qla_attr.c

@@ -140,6 +140,8 @@ qla2x00_sysfs_write_nvram(struct kobject *kobj, char *buf, loff_t off,
 	ha->isp_ops.write_nvram(ha, (uint8_t *)buf, ha->nvram_base, count);
 	spin_unlock_irqrestore(&ha->hardware_lock, flags);
 
+	set_bit(ISP_ABORT_NEEDED, &ha->dpc_flags);
+
 	return (count);
 }