[PATCH v2 1/3] Input: rotary-encoder - make use of devm_* to simplify .probe and .remove
Daniel Mack
daniel at zonque.org
Tue Feb 2 05:15:28 PST 2016
On 02/02/2016 02:00 PM, Uwe Kleine-König wrote:
> On Tue, Feb 02, 2016 at 12:56:24PM +0100, Daniel Mack wrote:
>> On 02/02/2016 11:24 AM, Uwe Kleine-König wrote:
>>> For all operations called in .probe there are devm_* variants.
>>> (input_register_device is clever enough to be devm aware on its own.)
>>> This allows to get rid of the error unwind code paths in .probe and the
>>> complete .remove function.
>>
>> While at it, could you also convert this over to the gpiod_* API?
>
> This is done in patch 3.
Ah, right. Missed that detail, sorry.
Daniel
More information about the linux-arm-kernel
mailing list