From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Hansson Subject: Re: [PATCH V3 11/17] i2c: nomadik: Convert to devm functions Date: Tue, 18 Feb 2014 12:43:22 +0100 Message-ID: References: <1392650418-14820-1-git-send-email-ulf.hansson@linaro.org> <20140218110109.GA18768@katana> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20140218110109.GA18768@katana> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Wolfram Sang Cc: Russell King , Linus Walleij , Mark Brown , "linux-i2c@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Alessandro Rubini List-Id: linux-i2c@vger.kernel.org On 18 February 2014 12:01, Wolfram Sang wrote: > On Mon, Feb 17, 2014 at 04:20:18PM +0100, Ulf Hansson wrote: >> Use devm_* functions to simplify code and error handling. >> >> Cc: Alessandro Rubini >> Cc: Linus Walleij >> Cc: Wolfram Sang >> Signed-off-by: Ulf Hansson > > What has changed in V3? I didn't get the cover letter. I added the IS_ERR, check as you suggested. That caused a rebase of the other patches as well. Sorry if it was unclear. Kind regards Uffe