[libata irq-pio] reorganize "buf + offset" in ata_pio_sector()
authorAlbert Lee <albertcc@tw.ibm.com>
Sun, 9 Oct 2005 13:47:31 +0000 (09:47 -0400)
committerJeff Garzik <jgarzik@pobox.com>
Sun, 9 Oct 2005 13:47:31 +0000 (09:47 -0400)
commit083958d313f886dc7d00522f2972f90f55c40041
tree1cc709fc4a4c2441cff1ce29b13a4d5e57a238dc
parent7282aa4b49d08254ff1dcefdf3a2fb01b02ebbe2
[libata irq-pio] reorganize "buf + offset" in ata_pio_sector()
and __atapi_pio_bytes()

   - relocate DPRINTK("data %s\n", qc->tf.flags & ATA_TFLAG_WRITE ?
"write" : "read");
   - buf + offset, buf - offset tidy up

Signed-off-by: Albert Lee <albertcc@tw.ibm.com>
drivers/scsi/libata-core.c