Re: [PATCH] Input: tca8418-keypad - switch to use managed resources
From: Alban Bedel <hidden>
Date: 2012-11-14 10:47:44
From: Alban Bedel <hidden>
Date: 2012-11-14 10:47:44
On Thu, 8 Nov 2012 09:09:34 -0800 Dmitry Torokhov [off-list ref] wrote:
Let's switch to using devm_*() interfaces to manage our resources, thus will simplify error unwinding a bit.
LGTM but I would suggest splitting it with the "niceness" changes (client->dev to dev, etc) in one patch and the devm conversion in another. Alban