Merge tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi...
[platform/kernel/linux-starfive.git] / drivers / pwm / pwm-stm32-lp.c
index f315fa1..bb3a045 100644 (file)
@@ -252,7 +252,7 @@ static struct platform_driver stm32_pwm_lp_driver = {
        .probe  = stm32_pwm_lp_probe,
        .driver = {
                .name = "stm32-pwm-lp",
-               .of_match_table = of_match_ptr(stm32_pwm_lp_of_match),
+               .of_match_table = stm32_pwm_lp_of_match,
                .pm = &stm32_pwm_lp_pm_ops,
        },
 };