lkml.org 
[lkml]   [2005]   [May]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [KJ] Re: 2.6.12-rc4-kj (dma_mask-drivers_block_umem.patch)
No replies, so I'm adding mails from source to Cc:

On 14/05/05 16:11 +0400, Alexey Dobriyan wrote:
> On Friday 13 May 2005 20:57, Domen Puncer wrote:
> > --- quilt.orig/drivers/block/umem.c
> > +++ quilt/drivers/block/umem.c
>
> > - if (pci_set_dma_mask(dev, 0xffffffffffffffffLL) &&
> > - !pci_set_dma_mask(dev, 0xffffffffLL)) {
> ^^^
> > + if (pci_set_dma_mask(dev, DMA_64BIT_MASK) &&
> > + !pci_set_dma_mask(dev, DMA_32BIT_MASK)) {
> ^^^
> > printk(KERN_WARNING "MM%d: NO suitable DMA found\n",num_cards);
> > return -ENOMEM;
>
> A typo?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-05-25 13:48    [W:0.042 / U:0.732 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site