From: Dave Jones <davej@redhat.com>
To: kernel-janitors@vger.kernel.org
Subject: Re: [KJ] [PATCH] drivers/scsi/gdth.c Use the DMA_32BIT_MASK constant
Date: Sat, 28 May 2005 00:24:46 +0000 [thread overview]
Message-ID: <20050528002446.GC27693@redhat.com> (raw)
In-Reply-To: <200505280316.51652.haris@mpa.gr>
[-- Attachment #1: Type: text/plain, Size: 259 bytes --]
On Sat, May 28, 2005 at 03:16:51AM +0300, Henry wrote:
> - if (!pci_set_dma_mask(pcistr[ctr].pdev, 0xffffffffffffffffULL)) {
> + if (!pci_set_dma_mask(pcistr[ctr].pdev, DMA_32BIT_MASK)) {
This should be DMA_64BIT_MASK
Dave
[-- Attachment #2: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
next prev parent reply other threads:[~2005-05-28 0:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-28 0:16 [KJ] [PATCH] drivers/scsi/gdth.c Use the DMA_32BIT_MASK constant Henry
2005-05-28 0:24 ` Dave Jones [this message]
2005-05-28 7:34 ` Tobias Klauser
2005-05-28 12:07 ` Henry
2005-05-29 9:30 ` Christophe Lucas
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=20050528002446.GC27693@redhat.com \
--to=davej@redhat.com \
--cc=kernel-janitors@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.