Re: [PATCH 1/2] input: Add Qualcomm PM8941 power key driver
From: Bjorn Andersson <hidden>
Date: 2014-12-08 22:55:34
Also in:
linux-arm-msm, linux-devicetree, lkml
From: Bjorn Andersson <hidden>
Date: 2014-12-08 22:55:34
Also in:
linux-arm-msm, linux-devicetree, lkml
On Tue, Oct 7, 2014 at 4:42 PM, Dmitry Torokhov [off-list ref] wrote:
On Tue, Oct 07, 2014 at 04:30:46PM -0700, Bjorn Andersson wrote:quoted
On Tue 07 Oct 02:54 PDT 2014, Kiran Padwal wrote:
[..]
quoted
quoted
Shouldn't we unregister input device?It's allocated with devm_input_allocate_device() so I assumed that it goes away upon the device being removed. Looking at input_register_device() seems to confirm that.Yes, devices allocated with devm_input_allocate_device() will be unregistered and freed automatically. Thanks.
Hi Dmitry, Will you pick this up? (couldn't find it in linux-next...) Or is there anything else you need from me? Regards, Bjorn