]> Git Repo - linux.git/blobdiff - drivers/net/can/c_can/c_can_platform.c
net: can: c_can_platform: Remove redundant of_match_ptr
[linux.git] / drivers / net / can / c_can / c_can_platform.c
index 294ced3cc227520883c6ebe50ac255634d0f0f7c..d66ac265269c68883070f7857b1cd6d928531f0e 100644 (file)
@@ -322,7 +322,7 @@ static struct platform_driver c_can_plat_driver = {
        .driver = {
                .name = KBUILD_MODNAME,
                .owner = THIS_MODULE,
-               .of_match_table = of_match_ptr(c_can_of_table),
+               .of_match_table = c_can_of_table,
        },
        .probe = c_can_plat_probe,
        .remove = c_can_plat_remove,
This page took 0.038217 seconds and 4 git commands to generate.