Re: [PATCH] Input: mpr121 - Make use of the helper function devm_add_action_or_reset()

From: Dmitry Torokhov
Date: Thu Sep 23 2021 - 00:58:05 EST


On Wed, Sep 22, 2021 at 08:59:54PM +0800, Cai Huoqing wrote:
> The helper function devm_add_action_or_reset() will internally
> call devm_add_action(), and if devm_add_action() fails then it will
> execute the action mentioned and return the error code. So
> use devm_add_action_or_reset() instead of devm_add_action()
> to simplify the error handling, reduce the code.
>
> Signed-off-by: Cai Huoqing <caihuoqing@xxxxxxxxx>

Applied, thank you.

--
Dmitry