summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2026-05-12 20:06:20 +0300
committerNishanth Menon <nm@ti.com>2026-05-22 18:55:55 +0300
commit2b47cc255a952d3bd7ec3c0f38fdd81ccde3cb58 (patch)
tree30663240f06b886a223972ce09b2529d3a80c247 /include/linux
parentebc1a345bf1166b22035f0cfbf877b9d0e80ba4e (diff)
downloadlinux-2b47cc255a952d3bd7ec3c0f38fdd81ccde3cb58.tar.xz
soc: ti: knav_dma: Remove unused DMA_PRIO_MASK macro
DMA_PRIO_MASK (GENMASK(3, 0)) is defined alongside the other priority macros but is never referenced in the code. tx_priority and rx_priority are only ever assigned DMA_PRIO_DEFAULT (0) and are never sourced from device tree or user-controlled input, so no out-of-range value is possible. W=2 builds report: knav_dma.c:32:9: warning: macro is not used [-Wunused-macros] 32 | #define DMA_PRIO_MASK GENMASK(3, 0) Remove the dead macro. 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-9-nm@ti.com Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions