Re: [PATCH] crypto: rockchip - use devm_add_action_or_reset()

From: Heiko Stübner
Date: Tue Aug 23 2016 - 11:35:31 EST


Am Dienstag, 23. August 2016, 20:28:54 schrieb Sudip Mukherjee:
> If devm_add_action() fails we are explicitly calling the cleanup to free
> the resources allocated. Lets use the helper devm_add_action_or_reset()
> and return directly in case of error, as we know that the cleanup function
> has been already called by the helper if there was any error.
>
> Signed-off-by: Sudip Mukherjee <sudip.mukherjee@xxxxxxxxxxxxxxx>

nice little cleanup
Reviewed-by: Heiko Stuebner <heiko@xxxxxxxxx>