From: Jes Sorensen <jes@wildopensource.com>
To: linux-ia64@vger.kernel.org
Subject: [patch] sn2 dma_mask fix
Date: Tue, 09 Sep 2003 02:38:09 +0000 [thread overview]
Message-ID: <marc-linux-ia64-106307548016361@msgid-missing> (raw)
Hi David,
Here's a pretty trivial one fixing the SN2 code to set the DMA mask
correctly when using the dma_ API.
Cheers,
Jes
--- old/arch/ia64/sn/io/machvec/pci_dma.c~ Fri Aug 22 16:53:45 2003
+++ linux/arch/ia64/sn/io/machvec/pci_dma.c Thu Sep 4 11:46:54 2003
@@ -597,7 +597,7 @@
if (!sn_dma_supported(dev, dma_mask))
return 0;
- dev->dma_mask = dma_mask;
+ *dev->dma_mask = dma_mask;
return 1;
}
EXPORT_SYMBOL(sn_dma_set_mask);
next reply other threads:[~2003-09-09 2:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-09 2:38 Jes Sorensen [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-09-09 5:16 [patch] sn2 dma_mask fix David Mosberger
2003-09-09 12:39 ` Martin Hicks
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=marc-linux-ia64-106307548016361@msgid-missing \
--to=jes@wildopensource.com \
--cc=linux-ia64@vger.kernel.org \
/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