From mboxrd@z Thu Jan 1 00:00:00 1970 From: kishon@ti.com (Kishon Vijay Abraham I) Date: Mon, 4 Jul 2016 16:26:58 +0530 Subject: [PATCH] phy: rockhip-usb: use devm_add_action_or_reset() In-Reply-To: <2045236.FJVOO9eQKE@phil> References: <1467579666-9179-1-git-send-email-sudipm.mukherjee@gmail.com> <2045236.FJVOO9eQKE@phil> Message-ID: <577A40FA.5080005@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Monday 04 July 2016 03:04 AM, Heiko Stuebner wrote: > 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 > > a nice new helper this devm_add_action_or_reset. > > Reviewed-by: Heiko Stuebner applied, thanks. -Kishon