Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934273Ab3JPLhu (ORCPT ); Wed, 16 Oct 2013 07:37:50 -0400 Received: from mail-ie0-f171.google.com ([209.85.223.171]:50141 "EHLO mail-ie0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933974Ab3JPLhq (ORCPT ); Wed, 16 Oct 2013 07:37:46 -0400 MIME-Version: 1.0 In-Reply-To: <52587C37.3070606@nvidia.com> References: <1381515273-25466-1-git-send-email-acourbot@nvidia.com> <1381515273-25466-4-git-send-email-acourbot@nvidia.com> <52587C37.3070606@nvidia.com> Date: Wed, 16 Oct 2013 13:37:45 +0200 Message-ID: Subject: Re: [PATCH v2 3/3] gpiolib: add gpiod_get() and gpiod_put() functions From: Linus Walleij To: Alex Courbot Cc: Arnd Bergmann , Grant Likely , Mika Westerberg , "gnurou@gmail.com" , "Rafael J. Wysocki" , Mathias Nyman , "linux-gpio@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arch@vger.kernel.org" , "devicetree@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: 860 Lines: 25 On Sat, Oct 12, 2013 at 12:31 AM, Alex Courbot wrote: >> +#else >> +static struct device_node *of_find_gpio(struct device *dev, const char *id >> + unsigned int idx, unsigned long flags) >> +{ >> + return ERR_PTR(-ENODEV); >> +} >> +#endif > > ... and of course I forgot to fix the main compilation error. Linus, > would you mind squashing what follows into this patch? Apologies for > the inconvenience. I guess you'll fix this if you respin it? If it's too much trouble now we can just defer this for early in the v3.14 cycle. Yours, Linus Walleij -- 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/