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() ...

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to