Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760819Ab3JPQKK (ORCPT ); Wed, 16 Oct 2013 12:10:10 -0400 Received: from hqemgate14.nvidia.com ([216.228.121.143]:6928 "EHLO hqemgate14.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753251Ab3JPQKI (ORCPT ); Wed, 16 Oct 2013 12:10:08 -0400 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Wed, 16 Oct 2013 09:05:41 -0700 Message-ID: <525EBA5F.5080608@nvidia.com> Date: Wed, 16 Oct 2013 09:10:07 -0700 From: Alex Courbot Organization: NVIDIA User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Linus Walleij 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" Subject: Re: [PATCH v2 3/3] gpiolib: add gpiod_get() and gpiod_put() functions References: <1381515273-25466-1-git-send-email-acourbot@nvidia.com> <1381515273-25466-4-git-send-email-acourbot@nvidia.com> <52587C37.3070606@nvidia.com> In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1002 Lines: 29 On 10/16/2013 04:37 AM, Linus Walleij wrote: > 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. No problem, I will try to rebase on top of your for-next, and squash this today. Thanks, Alex. -- 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/