]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/i2c/muxes/i2c-mux-gpio.c
Merge remote-tracking branch 'i2c/i2c/for-next'
[karo-tx-linux.git] / drivers / i2c / muxes / i2c-mux-gpio.c
index a764da777f08027da102e244556f9bb424b59494..d72841f8010ca6709e52a12e2e8b566b9dcd9544 100644 (file)
@@ -283,7 +283,7 @@ static struct platform_driver i2c_mux_gpio_driver = {
        .driver = {
                .owner  = THIS_MODULE,
                .name   = "i2c-mux-gpio",
-               .of_match_table = of_match_ptr(i2c_mux_gpio_of_match),
+               .of_match_table = i2c_mux_gpio_of_match,
        },
 };