From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.19.201]:42570 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750917AbaGGQVL (ORCPT ); Mon, 7 Jul 2014 12:21:11 -0400 Message-ID: <53BAC976.30901@kernel.org> Date: Mon, 07 Jul 2014 17:23:18 +0100 From: Jonathan Cameron MIME-Version: 1.0 To: Lars-Peter Clausen , Himangi Saraogi , Greg Kroah-Hartman , linux-iio@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org CC: julia.lawall@lip6.fr, Michael Hennerich Subject: Re: [PATCH v2] iio:trigger: Introduce the use of devm_kzalloc References: <20140701211908.GA23193@himangi-Dell> <53BA93F2.2090200@kernel.org> <53BA9490.4050903@metafoo.de> In-Reply-To: <53BA9490.4050903@metafoo.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org On 07/07/14 13:37, Lars-Peter Clausen wrote: > On 07/07/2014 02:34 PM, Jonathan Cameron wrote: >> On 01/07/14 22:19, Himangi Saraogi wrote: >>> This patch introduces the use of the managed version of kzalloc and >>> removes the kfrees in the probe and remove functions. More return >>> paths are added and the labels are renamed to order them. >>> >>> Signed-off-by: Himangi Saraogi >> Looks sane, but I'd like an ack or reviewed-by from someone as Analog for >> this one. >> cc'd Lars and Michael. > > Acked-by: Lars-Peter Clausen Applied to the togreg branch of iio.git Thanks, Jonathan > > Thanks. > > -- > To unsubscribe from this list: send the line "unsubscribe linux-iio" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html