]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
pinctrl: qcom: nord: remove duplicated pin function
authorBartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Wed, 6 May 2026 09:00:06 +0000 (11:00 +0200)
committerLinus Walleij <linusw@kernel.org>
Thu, 7 May 2026 13:18:40 +0000 (15:18 +0200)
The qdss_cti function is initialized twice in the nord_functions array.
Remove the duplicate entry.

Fixes: c24dd0826f06 ("pinctrl: qcom: add the TLMM driver for the Nord platforms")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202605061633.BJLI5voT-lkp@intel.com/
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
drivers/pinctrl/qcom/pinctrl-nord.c

index f14361101bf49b985f3fde3e991050a6162a3ac2..7c21306e77ff729bec507ddc0daaa66a9a7fcc6c 100644 (file)
@@ -1417,7 +1417,6 @@ static const struct pinfunction nord_functions[] = {
        MSM_PIN_FUNCTION(prng_rosc0),
        MSM_PIN_FUNCTION(prng_rosc1),
        MSM_PIN_FUNCTION(pwrbrk_i_n),
-       MSM_PIN_FUNCTION(qdss_cti),
        MSM_PIN_FUNCTION(qdss),
        MSM_PIN_FUNCTION(qdss_cti),
        MSM_PIN_FUNCTION(qspi),