[PATCH v2] nvmet: pci-epf: fix DMA channel debug print

Keith Busch kbusch at kernel.org
Thu Oct 9 08:05:35 PDT 2025


On Sat, Sep 13, 2025 at 03:53:50PM +0900, Shin'ichiro Kawasaki wrote:
> Currently, nvmet_pci_epf_init_dma() has two dev_dbg() calls intended to
> print debug information about the DMA channels for RX and TX. However,
> both calls mistakenly are made for the TX channel. Fix it by referreing
> to 'nvme_epf->rx_chan' and 'nvme_epf->tx_chan' and instead of the local
> variable 'chan'.

Thanks, applied to nvme-6.19.



More information about the Linux-nvme mailing list