From: Kishon Vijay Abraham I <kishon@ti.com>
To: Heiko Stuebner <heiko@sntech.de>,
Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Cc: linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org
Subject: Re: [PATCH] phy: rockhip-usb: use devm_add_action_or_reset()
Date: Mon, 4 Jul 2016 16:26:58 +0530 [thread overview]
Message-ID: <577A40FA.5080005@ti.com> (raw)
In-Reply-To: <2045236.FJVOO9eQKE@phil>
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 <sudip.mukherjee@codethink.co.uk>
>
> a nice new helper this devm_add_action_or_reset.
>
> Reviewed-by: Heiko Stuebner <heiko@sntech.de>
applied, thanks.
-Kishon
WARNING: multiple messages have this Message-ID (diff)
From: kishon@ti.com (Kishon Vijay Abraham I)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] phy: rockhip-usb: use devm_add_action_or_reset()
Date: Mon, 4 Jul 2016 16:26:58 +0530 [thread overview]
Message-ID: <577A40FA.5080005@ti.com> (raw)
In-Reply-To: <2045236.FJVOO9eQKE@phil>
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 <sudip.mukherjee@codethink.co.uk>
>
> a nice new helper this devm_add_action_or_reset.
>
> Reviewed-by: Heiko Stuebner <heiko@sntech.de>
applied, thanks.
-Kishon
WARNING: multiple messages have this Message-ID (diff)
From: Kishon Vijay Abraham I <kishon@ti.com>
To: Heiko Stuebner <heiko@sntech.de>,
Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Cc: <linux-kernel@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-rockchip@lists.infradead.org>
Subject: Re: [PATCH] phy: rockhip-usb: use devm_add_action_or_reset()
Date: Mon, 4 Jul 2016 16:26:58 +0530 [thread overview]
Message-ID: <577A40FA.5080005@ti.com> (raw)
In-Reply-To: <2045236.FJVOO9eQKE@phil>
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 <sudip.mukherjee@codethink.co.uk>
>
> a nice new helper this devm_add_action_or_reset.
>
> Reviewed-by: Heiko Stuebner <heiko@sntech.de>
applied, thanks.
-Kishon
next prev parent reply other threads:[~2016-07-04 10:56 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-03 21:01 [PATCH] phy: rockhip-usb: use devm_add_action_or_reset() Sudip Mukherjee
2016-07-03 21:01 ` Sudip Mukherjee
2016-07-03 21:34 ` Heiko Stuebner
2016-07-03 21:34 ` Heiko Stuebner
2016-07-04 10:56 ` Kishon Vijay Abraham I [this message]
2016-07-04 10:56 ` Kishon Vijay Abraham I
2016-07-04 10:56 ` Kishon Vijay Abraham I
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=577A40FA.5080005@ti.com \
--to=kishon@ti.com \
--cc=heiko@sntech.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=sudipm.mukherjee@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.