From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Subject: Re: [PATCH 1/3] i2c: i2c-mux-gpio: Use devm_kzalloc instead of kzalloc Date: Sat, 22 Sep 2012 15:22:50 +0200 Message-ID: <87sjaachud.fsf@macbook.be.48ers.dk> References: <1348241535-27754-1-git-send-email-maxime.ripard@free-electrons.com> <1348241535-27754-2-git-send-email-maxime.ripard@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: In-Reply-To: <1348241535-27754-2-git-send-email-maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> (Maxime Ripard's message of "Fri, 21 Sep 2012 17:32:12 +0200") Sender: linux-i2c-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Maxime Ripard Cc: peter.korsgaard-ob4gmnvZ1/cAvxtiuMwx3w@public.gmane.org, shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, brian-ZKiFAVwZFM2FeswfMrDH8w@public.gmane.org List-Id: linux-i2c@vger.kernel.org >>>>> "Maxime" == Maxime Ripard writes: Maxime> Use the devm_kzalloc managed function to stripdown the error and remove Maxime> code. Maxime> Signed-off-by: Maxime Ripard Besides the comment of Jean - Acked-by: Peter Korsgaard -- Bye, Peter Korsgaard From mboxrd@z Thu Jan 1 00:00:00 1970 From: jacmet@sunsite.dk (Peter Korsgaard) Date: Sat, 22 Sep 2012 15:22:50 +0200 Subject: [PATCH 1/3] i2c: i2c-mux-gpio: Use devm_kzalloc instead of kzalloc In-Reply-To: <1348241535-27754-2-git-send-email-maxime.ripard@free-electrons.com> (Maxime Ripard's message of "Fri, 21 Sep 2012 17:32:12 +0200") References: <1348241535-27754-1-git-send-email-maxime.ripard@free-electrons.com> <1348241535-27754-2-git-send-email-maxime.ripard@free-electrons.com> Message-ID: <87sjaachud.fsf@macbook.be.48ers.dk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org >>>>> "Maxime" == Maxime Ripard writes: Maxime> Use the devm_kzalloc managed function to stripdown the error and remove Maxime> code. Maxime> Signed-off-by: Maxime Ripard Besides the comment of Jean - Acked-by: Peter Korsgaard -- Bye, Peter Korsgaard