commit | 7a801184fa480e11e6431f184a5bdf31f63326fb | [log] [tgz] |
---|---|---|
author | Brian King <brking@linux.vnet.ibm.com> | Wed Jan 17 12:32:12 2007 -0600 |
committer | Jeff Garzik <jeff@garzik.org> | Wed Jan 24 02:04:34 2007 -0500 |
tree | b68cc5daee76cc564f7f48cc038f52be4a855be7 | |
parent | 07c53dac4904206a50dd7c87adabbb1acff903fb [diff] |
libata: Fixup n_elem initialization Fixup the inialization of qc->n_elem. It currently gets initialized to 1 for commands that do not transfer any data. Fix this by initializing n_elem to 0 and only setting to 1 in ata_scsi_qc_new when there is data to transfer. This fixes some problems seen with SATA devices attached to ipr adapters. Signed-off-by: Brian King <brking@linux.vnet.ibm.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>