On 02/15/2011 03:44 PM, me@xxxxxxxxxxxxxxx wrote: > On Tue, Feb 15, 2011 at 02:29:13PM +0000, ÐÐÐÐÐÐÐ ÐÐÐÐÐÑÐÐÑ wrote: >> - mem = ioremap_nocache(res->start, res->end - res->start + 1); >> + mem = res->start; > > Won't this break iommu platforms? And not only those. This is incorrect on _all_ platforms. You try to dereference a physical address. regards, -- js -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html