Re: [PATCH v2 3/3] gpiolib: add gpiod_get() and gpiod_put() functions

From: Alex Courbot
Date: Wed Oct 16 2013 - 12:10:15 EST


On 10/16/2013 04:37 AM, Linus Walleij wrote:
On Sat, Oct 12, 2013 at 12:31 AM, Alex Courbot <acourbot@xxxxxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/