Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

pinctrl: qcom: glymur: Drop unnecessary platform data from match table

The platform specific configuration is already passed on to the generic
msm probe. So it's useless to exist in the match table next to the
compatible. So drop it from match table.

Fixes: 87ebcd8baebf ("pinctrl: qcom: Add glymur pinctrl driver")
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Abel Vesa and committed by
Linus Walleij
37e7b536 543e3b4a

+1 -1
+1 -1
drivers/pinctrl/qcom/pinctrl-glymur.c
··· 1743 1743 }; 1744 1744 1745 1745 static const struct of_device_id glymur_tlmm_of_match[] = { 1746 - { .compatible = "qcom,glymur-tlmm", .data = &glymur_tlmm }, 1746 + { .compatible = "qcom,glymur-tlmm", }, 1747 1747 { } 1748 1748 }; 1749 1749