Re: [PATCH] tty: st-asc: switch to using devm_fwnode_gpiod_get()

From: Dmitry Torokhov
Date: Fri Jan 03 2020 - 13:23:54 EST


On Thu, Jan 02, 2020 at 05:20:53PM -0800, Dmitry Torokhov wrote:
> devm_fwnode_get_gpiod_from_child() is going away as the name is too
> unwieldy, let's switch to using the new devm_fwnode_gpiod_get().

Ugh, please ignore this, apparently I haven't compiled this branch...
Additionally, I think we can use standard devm_gpiod_get() here as node
is the same as the device in question.

--
Dmitry