Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 79b61dce authored by Hal Rosenstock's avatar Hal Rosenstock Committed by Linus Torvalds
Browse files

[PATCH] IB: Remove incorrect comments



Eliminate unneeded and misleading comments

Signed-off-by: default avatarHal Rosenstock <halr@voltaire.com>
Signed-off-by: default avatarRoland Dreier <roland@topspin.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 0df3bb13
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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),
@@ -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),
+0 −1
Original line number Diff line number Diff line
@@ -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) -