commit | fc44765f5a232d451fa58a04606b254ac257b429 | [log] [tgz] |
---|---|---|
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | Thu Jan 17 09:02:18 2008 -0800 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Wed Jan 23 11:29:32 2008 -0600 |
tree | 2c536cbd8780f850b2ae6f5e64fc3bb2d9dea0b7 | |
parent | df613b96077cee826b14089ae6e75eeabf71faa3 [diff] |
[SCSI] qla2xxx: Correct late-memset() of EFT buffer. Original code would clear the buffer after the firmware had already been initialized to use the buffer, thus potentially and inadvertantly clearing data previously DMA'd by the firmware. Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>