Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753068Ab2FRGPS (ORCPT ); Mon, 18 Jun 2012 02:15:18 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:37045 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752608Ab2FRGPQ (ORCPT ); Mon, 18 Jun 2012 02:15:16 -0400 MIME-Version: 1.0 In-Reply-To: References: <1339607167-26654-1-git-send-email-fabio.estevam@freescale.com> Date: Mon, 18 Jun 2012 11:45:15 +0530 Message-ID: Subject: Re: [PATCH] pinctrl: mxs: Use kfree to fix build error From: "devendra.aaru" To: Linus Walleij Cc: Fabio Estevam , shawn.guo@freescale.com, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1059 Lines: 34 Hi Linus, On Sun, Jun 17, 2012 at 10:56 PM, Linus Walleij wrote: > On Wed, Jun 13, 2012 at 7:06 PM, Fabio Estevam > wrote: > >> commit 0bf7481 (pinctrl: pinctrl-mxs: Take care of frees if the kzalloc fails) >> introduced the following build error: >> >> drivers/pinctrl/pinctrl-mxs.c:140:3: error: implicit declaration of function 'free' >> >> Use kfree function instead. >> >> Signed-off-by: Fabio Estevam > > Applied, hm, Devendra please compile-test your patches ;-) Sorry again for the build errors. :( The pinctrl is not selectable even with make allyesconfig. is it for a different arch than x86? may i know which cross compiler to use to build the pinctrl subsystem :) ? > > thanks, > Linus Walleij Thanks, Devendra -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/