Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40628
b: refs/heads/master
c: d7b748d
h: refs/heads/master
v: v3
  • Loading branch information
Steve Wise authored and Roland Dreier committed Oct 31, 2006
1 parent 07ad0d2 commit a36e9c2
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 8de94ce19dd3c6fc6e9d9658da11cf3d76841ee5
refs/heads/master: d7b748d63c908a0a85099ce546594192ae0926f6
4 changes: 2 additions & 2 deletions trunk/drivers/infiniband/hw/amso1100/c2_rnic.c
Original file line number Diff line number Diff line change
Expand Up @@ -545,8 +545,8 @@ int c2_rnic_init(struct c2_dev *c2dev)
goto bail2;
}
pci_unmap_addr_set(&c2dev->aeq, mapping, c2dev->aeq.host_dma);
pr_debug("%s aeq va %p dma %llx\n", __FUNCTION__, q1_pages,
(unsigned long long) c2dev->rep_vq.host_dma);
pr_debug("%s aeq va %p dma %llx\n", __FUNCTION__, q2_pages,
(unsigned long long) c2dev->aeq.host_dma);
c2_mq_rep_init(&c2dev->aeq,
2,
qsize,
Expand Down

0 comments on commit a36e9c2

Please sign in to comment.