summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2026-05-12 20:06:22 +0300
committerNishanth Menon <nm@ti.com>2026-05-22 18:55:55 +0300
commit81f2c17bc0596f619616a2e85fab142c8316de85 (patch)
tree45b0d2a06e238df478262ece035fff38ae286ec5 /include/linux
parentfe5272e13e34025a9bb10cc452805e5085492a92 (diff)
downloadlinux-81f2c17bc0596f619616a2e85fab142c8316de85.tar.xz
soc: ti: knav_dma: Use IOMEM_ERR_PTR() in pktdma_get_regs()
pktdma_get_regs() returns a void __iomem * but uses ERR_PTR() on the error path, causing sparse to warn about an address space mismatch. Replace ERR_PTR() with IOMEM_ERR_PTR() to resolve the warning cleanly. Reviewed-by: Sai Sree Kartheek Adivi <s-adivi@ti.com> Reviewed-by: Hari Prasath Gujulan Elango <gehariprasath@ti.com> Link: https://patch.msgid.link/20260512170623.3174416-11-nm@ti.com Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions