summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/soc/codecs/rk3308_codec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/rk3308_codec.c b/sound/soc/codecs/rk3308_codec.c
index 74c3836995b1..8b51e87a1711 100644
--- a/sound/soc/codecs/rk3308_codec.c
+++ b/sound/soc/codecs/rk3308_codec.c
@@ -962,7 +962,7 @@ MODULE_DEVICE_TABLE(of, rk3308_codec_of_match);
static struct platform_driver rk3308_codec_driver = {
.driver = {
.name = "rk3308-acodec",
- .of_match_table = of_match_ptr(rk3308_codec_of_match),
+ .of_match_table = rk3308_codec_of_match,
},
.probe = rk3308_codec_platform_probe,
};