lkml.org 
[lkml]   [1999]   [Aug]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: PATCH: Small compile fix for 2.3.16-3
On Fri, Aug 06 1999, Chris Wedgwood wrote:
> Required to compile on my system (untested).
>
> - dma_base = dev->base_address[4] & PCI_BASE_ADDRESS_IO_MASK;
> + dma_base = dev->resource[4].start & PCI_BASE_ADDRESS_IO_MASK;

Shouldn't this rather be

dma_base = dev->resource[4].start;

--
* Jens Axboe <axboe@image.dk>
* Linux CD-ROM Maintainer

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:53    [W:0.040 / U:0.480 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site