Re: [PATCH 1/2] dmaengine: use dma_chan_name() helper to get per-channel device name
Logan Gunthorpe <[email protected]>
| Newsgroups | gmane.linux.ports.mips,gmane.linux.ports.arm.kernel,gmane.linux.kernel,gmane.linux.ports.tegra |
|---|---|
| Message-ID | <[email protected]> |
On 2026-08-12 3:24 p.m., [email protected] wrote: > From: Frank Li <[email protected]> > > Use the existing dma_chan_name() helper to obtain the per-channel device > name instead of open-coding: dev_name(chan->dev->device) / > dev_name(chan2dev()) > > Simplify the code and improve consistency. > > No functional change intended. > > Signed-off-by: Frank Li <[email protected]> Makes sense to me. Reviewed-by: Logan Gunthorpe <[email protected]>