[PATCH] remoteproc/davinci: drop needless devm_clk_put
From: Ohad Ben-Cohen <hidden>
Date: 2014-02-24 15:07:20
From: Ohad Ben-Cohen <hidden>
Date: 2014-02-24 15:07:20
On Mon, Sep 23, 2013 at 7:00 PM, Uwe Kleine-K?nig [off-list ref] wrote:
The comment above disable_irq says that it is needed to ensure that the "devm subsystem might end up releasing things before freeing the irq, thus allowing an interrupt to sneak in while the device is being removed." disable_irq is enough for this purpose and there is no need to manually free the reference to the clock. Signed-off-by: Uwe Kleine-K?nig <redacted>
Applied and pushed to remoteproc-next, thanks!