commit | 3373efd89dead4ce7818d685729e0431448357c9 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Mon May 15 20:57:53 2006 +0900 |
committer | Tejun Heo <htejun@gmail.com> | Mon May 15 20:57:53 2006 +0900 |
tree | d7e7a1afd83e269c3c0978f924cd8c54d9be7f5a | |
parent | 38d87234d6c47ca487fc6344100323d5adc6f32c [diff] [blame] |
[PATCH] libata: use dev->ap Use dev->ap where possible and eliminate superflous @ap from functions and structures. Signed-off-by: Tejun Heo <htejun@gmail.com>
diff --git a/drivers/scsi/ahci.c b/drivers/scsi/ahci.c index c2298fb..f6e4c8e 100644 --- a/drivers/scsi/ahci.c +++ b/drivers/scsi/ahci.c
@@ -597,7 +597,7 @@ /* restart engine */ ahci_start_engine(ap); - ata_tf_init(ap, &tf, 0); + ata_tf_init(ap->device, &tf); fis = pp->cmd_tbl; /* issue the first D2H Register FIS */