]> Git Repo - linux.git/commit
dmaengine: of: constify of_phandle_args in of_dma_find_controller()
authorKrzysztof Kozlowski <[email protected]>
Thu, 8 Feb 2024 20:27:42 +0000 (21:27 +0100)
committerVinod Koul <[email protected]>
Fri, 23 Feb 2024 07:14:08 +0000 (12:44 +0530)
commit716141d366f45d62ffe4dd53a045867b26e29d19
tree0aae4f99ce9ec85b0ec0de6907fd7c4448f631bf
parent16374aba824971d73916f005e79207370c9c31dd
dmaengine: of: constify of_phandle_args in of_dma_find_controller()

of_dma_find_controller() does not modify passed of_phandle_args so the
argument can be made pointer to const for code safety.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
drivers/dma/of-dma.c
This page took 0.05905 seconds and 4 git commands to generate.