Re: [PATCH v3 1/2] omap: mailbox: enable mailbox irq per instance

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, May 10, 2012 at 5:19 AM, Juan Gutierrez <jgutierrez@xxxxxx> wrote:
> @@ -338,13 +341,13 @@ struct omap_mbox *omap_mbox_get(const char *name, struct notifier_block *nb)
>        if (!mbox)
>                return ERR_PTR(-ENOENT);
>
> +       if (nb)
> +               blocking_notifier_chain_register(&mbox->notifier, nb);
> +
>        ret = omap_mbox_startup(mbox);
>        if (ret)
>                return ERR_PTR(-ENODEV);

Let's unroll blocking_notifier_chain_register when omap_mbox_startup fails.

Care to do a quick respin of this one with it ?

Thanks,
Ohad.
--
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


[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux