Re: [PATCH v1 2/4] hte: tegra194: don't access struct gpio_chip
Dipen Patel <[email protected]> Wed, 11 Oct 2023 11:05:12 -0700
| Newsgroups | dev.linux.lists.timestamp,org.kernel.vger.linux-gpio,org.kernel.vger.linux-kernel,org.kernel.vger.linux-tegra |
|---|---|
| Message-ID | <[email protected]> |
On 10/10/23 10:54 PM, Andy Shevchenko wrote: > On Tue, Oct 10, 2023 at 10:31 PM Dipen Patel <[email protected]> wrote: >> On 10/10/23 9:19 AM, Dipen Patel wrote: >>> On 10/10/23 8:17 AM, Andy Shevchenko wrote: > >>>> + hte_dev->gdev = >>>> + gpio_device_find_by_fwnode(of_fnode_handle(gpio_ctrl)); >> >> I think there is typo for of_fnode*. Should it be of_fwnode*? > > Yep, it's a typo, can you. fix manually for the test, please? > After manually correcting the typo... Tested-by: Dipen Patel <[email protected]>