Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192619
b: refs/heads/master
c: 6bc0d39
h: refs/heads/master
i:
  192617: a87da20
  192615: 2b8a142
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed May 18, 2010
1 parent d2256eb commit 2e09ad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3e4ec3443f70fbe144799ccf0b1c3797f78d1715
refs/heads/master: 6bc0d390dd3dfb7be4325ad0685ae8ec2baf15a4
3 changes: 1 addition & 2 deletions trunk/drivers/ata/sata_inic162x.c
Original file line number Diff line number Diff line change
Expand Up @@ -668,8 +668,7 @@ static void init_port(struct ata_port *ap)
memset(pp->pkt, 0, sizeof(struct inic_pkt));
memset(pp->cpb_tbl, 0, IDMA_CPB_TBL_SIZE);

/* setup PRD and CPB lookup table addresses */
writel(ap->prd_dma, port_base + PORT_PRD_ADDR);
/* setup CPB lookup table addresses */
writel(pp->cpb_tbl_dma, port_base + PORT_CPB_CPBLAR);
}

Expand Down

0 comments on commit 2e09ad3

Please sign in to comment.