Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163
b: refs/heads/master
c: 79b61dc
h: refs/heads/master
i:
  161: 2979355
  159: 011d379
v: v3
  • Loading branch information
Hal Rosenstock authored and Linus Torvalds committed Apr 16, 2005
1 parent f9f2868 commit 2ec728a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 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: 0df3bb131f789f5929f7a239869e9945e4a5a734
refs/heads/master: 79b61dceafce696d72661d23a02393566b1899ab
2 changes: 0 additions & 2 deletions trunk/drivers/infiniband/core/agent.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ static int agent_mad_send(struct ib_mad_agent *mad_agent,
goto out;
agent_send_wr->mad = mad_priv;

/* PCI mapping */
gather_list.addr = dma_map_single(mad_agent->device->dma_device,
&mad_priv->mad,
sizeof(mad_priv->mad),
Expand Down Expand Up @@ -261,7 +260,6 @@ static void agent_send_handler(struct ib_mad_agent *mad_agent,
list_del(&agent_send_wr->send_list);
spin_unlock_irqrestore(&port_priv->send_list_lock, flags);

/* Unmap PCI */
dma_unmap_single(mad_agent->device->dma_device,
pci_unmap_addr(agent_send_wr, mapping),
sizeof(agent_send_wr->mad->mad),
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/infiniband/core/mad.c
Original file line number Diff line number Diff line change
Expand Up @@ -2283,7 +2283,6 @@ static void cleanup_recv_queue(struct ib_mad_qp_info *qp_info)
/* Remove from posted receive MAD list */
list_del(&mad_list->list);

/* Undo PCI mapping */
dma_unmap_single(qp_info->port_priv->device->dma_device,
pci_unmap_addr(&recv->header, mapping),
sizeof(struct ib_mad_private) -
Expand Down

0 comments on commit 2ec728a

Please sign in to comment.