[SCSI] qla2xxx: Correct late-memset() of EFT buffer.
authorAndrew Vasquez <andrew.vasquez@qlogic.com>
Thu, 17 Jan 2008 17:02:18 +0000 (09:02 -0800)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Wed, 23 Jan 2008 17:29:32 +0000 (11:29 -0600)
commitfc44765f5a232d451fa58a04606b254ac257b429
tree2c536cbd8780f850b2ae6f5e64fc3bb2d9dea0b7
parentdf613b96077cee826b14089ae6e75eeabf71faa3
[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>
drivers/scsi/qla2xxx/qla_init.c