[SCSI] qla2xxx: Re-enable flash-part write protection on ISP24xx boards.

Driver would not correctly re-enable the write-protection
bits of the flash part after updates.

Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

authored by andrew.vasquez@qlogic.com and committed by James Bottomley e978010c 59989831

+3
+3
drivers/scsi/qla2xxx/qla_sup.c
··· 573 573 } 574 574 } while (0); 575 575 576 + /* Enable flash write-protection. */ 577 + qla24xx_write_flash_dword(ha, flash_conf_to_access_addr(0x101), 0x9c); 578 + 576 579 /* Disable flash write. */ 577 580 WRT_REG_DWORD(&reg->ctrl_status, 578 581 RD_REG_DWORD(&reg->ctrl_status) & ~CSRX_FLASH_ENABLE);