]> git.ipfire.org Git - thirdparty/linux.git/commit
memory: tegra: Prefer octal over symbolic permissions
authorThierry Reding <treding@nvidia.com>
Fri, 14 Jul 2023 15:01:16 +0000 (17:01 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Tue, 25 Jul 2023 20:09:36 +0000 (22:09 +0200)
commit6e1547f9873b0cea840625081ee4e5d7dd26661a
treea1d163aab3698658ec9b894c46c8c91cf3e2ccf5
parent0a7e4578567a3270ba35ebde4e0ce2795fa55384
memory: tegra: Prefer octal over symbolic permissions

checkpatch recommends using octal permissions instead of symbolic
permissions. Switch the debugfs files to use the former to silence
these warnings.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://lore.kernel.org/r/20230714150116.2823766-1-thierry.reding@gmail.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
drivers/memory/tegra/tegra186-emc.c