Re: [PATCH rebased] Use the new sg_page() helper
On Tue, 23 Oct 2007, Emil Medve wrote: > > - sg->dma_address = page_to_phys(sg->page) + sg->offset; > + sg->dma_address = page_to_phys(sg_page(sg)) + sg->offset; This is "sg_phys(sg)" > - consistent_sync(page_address(sg->page) + sg->offset, > +
[PATCH rebased] Use the new sg_page() helper
Fix build error messages such as this: In file included from include/linux/dma-mapping.h:52, from include/linux/dmaengine.h:29, from include/linux/skbuff.h:29, from include/linux/netlink.h:155, from include/linux/genetlink.h:4,