[PATCH] phy: rockhip-usb: use devm_add_action_or_reset()
Heiko Stuebner
heiko at sntech.de
Sun Jul 3 14:34:07 PDT 2016
Am Sonntag, 3. Juli 2016, 22:01:06 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>
a nice new helper this devm_add_action_or_reset.
Reviewed-by: Heiko Stuebner <heiko at sntech.de>
More information about the linux-arm-kernel
mailing list