Re: drm fixup 1/2 - missing bus_address assignment

From: Christoph Hellwig
Date: Fri Aug 27 2004 - 09:22:54 EST


On Fri, Aug 27, 2004 at 03:12:30PM +0100, Dave Airlie wrote:
> + buf->bus_address = virt_to_bus(buf->address);

this iw wrong. never use virt_to_bus in new code and whenever you see it
in old code get rid of it.

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