On Fri, Sep 12, 2008 at 09:32:56AM -0700, David Brownell wrote: > On Friday 12 September 2008, Felipe Balbi wrote: > > - hcd->regs = (void __iomem *) (int) IO_ADDRESS(hcd->rsrc_start); > > + hcd->regs = ioremap(hcd->rsrc_start, hcd->rsrc_len); > > This is missing its sibling iounmap() ... God... thanks Dave. Good catch. Patch coming soonish. -- balbi -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html