Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit b42a905b authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Joerg Roedel
Browse files

iommu: constify of_phandle_args in xlate


The xlate callbacks are supposed to translate of_phandle_args to proper
provider without modifying the of_phandle_args.  Make the argument
pointer to const for code safety and readability.

Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240216144027.185959-2-krzysztof.kozlowski@linaro.org


Signed-off-by: default avatarJoerg Roedel <jroedel@suse.de>
parent e70e9ecd
No related merge requests found
Showing with 28 additions and 20 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment