Re: PATCH: Small compile fix for 2.3.16-3
Jens Axboe (axboe@image.dk)
Fri, 6 Aug 1999 03:00:49 +0200
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/