Re: [PATCH] ASoC: xilinx: replace OF with device handlers
Vincenzo Frascino <[email protected]> Tue, 4 Aug 2026 08:53:19 +0100
| Newsgroups | org.kernel.vger.linux-sound,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 04/08/2026 00:18, Rosen Penev wrote: > All of these usages of OF handlers use the node from the > platform_device. Use the device member to simplify slightly. > > Signed-off-by: Rosen Penev <[email protected]> Thank you! Reviewed-by: Vincenzo Frascino <[email protected]> ...