public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jesse Barnes <jbarnes@virtuousgeek.org>
To: Jeff Garzik <jeff@garzik.org>
Cc: Marin Mitov <mitov@issp.bas.bg>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH]pci_dma_mapping_error changes
Date: Tue, 23 Sep 2008 14:26:05 -0700	[thread overview]
Message-ID: <200809231426.06194.jbarnes@virtuousgeek.org> (raw)
In-Reply-To: <48D27D9F.7090103@garzik.org>

On Thursday, September 18, 2008 9:11 am Jeff Garzik wrote:
> Make the example code consistent with changed API.
>
> Acked-by: Jeff Garzik <jgarzik@redhat.com>
> Signed-off-by: Marin Mitov <mitov@ispp.bas.bg>
>
> ===================================================
> --- a/Documentation/DMA-mapping.txt	2008-09-14 11:34:48.000000000 +0300
> +++ b/Documentation/DMA-mapping.txt	2008-09-14 11:37:17.000000000 +0300
> @@ -740,7 +740,7 @@ failure can be determined by:
>  	dma_addr_t dma_handle;
>
>  	dma_handle = pci_map_single(pdev, addr, size, direction);
> -	if (pci_dma_mapping_error(dma_handle)) {
> +	if (pci_dma_mapping_error(pdev, dma_handle)) {
>  		/*
>  		 * reduce current DMA mapping usage,
>  		 * delay and try again later or
>

Applied to linux-next, thanks.

-- 
Jesse Barnes, Intel Open Source Technology Center

      reply	other threads:[~2008-09-23 21:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-18  5:12 [PATCH]pci_dma_mapping_error changes Marin Mitov
2008-09-18 14:06 ` FUJITA Tomonori
2008-09-18 16:11 ` Jeff Garzik
2008-09-23 21:26   ` Jesse Barnes [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200809231426.06194.jbarnes@virtuousgeek.org \
    --to=jbarnes@virtuousgeek.org \
    --cc=jeff@garzik.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mitov@issp.bas.bg \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox