[PATCH] [V1] USB: Add support for Xilinx USB host controller
Benjamin Herrenschmidt
benh at kernel.crashing.org
Tue Sep 22 06:49:40 EST 2009
On Mon, 2009-09-21 at 13:38 -0600, Julie Zhu wrote:
> + iounmap(hcd->regs);
> +err_ioremap:
> + irq_dispose_mapping(irq);
You missed that one too :-)
I'm actually considering making irq_dispose_mapping() a private
API and rename it to something like __irq_dispose_mapping() :-)
I think the only reasonable use case for it is when re-allocating
MSIs to avoid using the whole virq space.
Cheers,
Ben.
More information about the Linuxppc-dev
mailing list