[PATCH] crypto: rockchip - use devm_add_action_or_reset()

Heiko Stübner heiko at sntech.de
Tue Aug 23 08:34:43 PDT 2016


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 at codethink.co.uk>

nice little cleanup
Reviewed-by: Heiko Stuebner <heiko at sntech.de>



More information about the linux-arm-kernel mailing list