Re: [PATCH 1/3] libata: call ata_check_atapi_dma() with qc better prepared
From: Jeff Garzik <hidden> Date: 2007-06-27 06:50:23
Tejun Heo wrote:
In atapi_xlat(), prepare qc better before calling
ata_check_atapi_dma() such that ata_check_atapi_dma() can use info
from qc. While at it, reformat weird looking if/else block in the
function.
Signed-off-by: Tejun Heo <redacted>
---
drivers/ata/libata-scsi.c | 20 ++++++++------------
1 file changed, 8 insertions(+), 12 deletions(-)