Thread (24 messages) 24 messages, 3 authors, 2014-09-12

Re: [PATCH V2 2/2] Input: misc: introduce palmas-pwrbutton

From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2014-08-21 17:05:19
Also in: linux-arm-kernel, linux-devicetree, linux-omap, lkml

Hi Nishanth,

On Thu, Aug 21, 2014 at 11:02:15AM -0500, Nishanth Menon wrote:
+
+	ret = input_register_device(input_dev);
+	if (ret) {
+		free_irq(irq, pwron);
You can not use free_irq with devm-managed resources. As I mentioned, since you
need manual unwinding, I'd rather you not use managed resources in the driver
at all.
+		cancel_delayed_work_sync(&pwron->input_work);
+		dev_dbg(dev, "Can't register power button: %d\n", ret);
+		return ret;
Thanks.

-- 
Dmitry
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help