Re: [PATCH v6 3/3] leds: Add ktd2692 flash LED driver

From: Sakari Ailus
Date: Fri Apr 10 2015 - 05:17:27 EST


Hi Ingi,

On Fri, Apr 10, 2015 at 05:45:30PM +0900, Ingi Kim wrote:
...
> >> + ret = devm_gpio_request_one(dev, led->ctrl_gpio,
> >> + GPIOF_OPEN_SOURCE, "ctrl-gpio");
> >
> > I think you could simply use devm_gpio_get(), and start using the new API
> > instead. It'd save quite a few lines of code, too.
> >
>
> did you mean devm_gpiod_get()
> Ok, I'll check it

Yes, that's what I meant.

--
Regards,

Sakari Ailus
e-mail: sakari.ailus@xxxxxx XMPP: sailus@xxxxxxxxxxxxxx
--
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/