summaryrefslogtreecommitdiff
path: root/drivers/media/i2c/vp27smpx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/i2c/vp27smpx.c')
-rw-r--r--drivers/media/i2c/vp27smpx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/vp27smpx.c b/drivers/media/i2c/vp27smpx.c
index ed1c58ea8ed3..0ba3c2b68037 100644
--- a/drivers/media/i2c/vp27smpx.c
+++ b/drivers/media/i2c/vp27smpx.c
@@ -181,7 +181,7 @@ static struct i2c_driver vp27smpx_driver = {
.driver = {
.name = "vp27smpx",
},
- .probe_new = vp27smpx_probe,
+ .probe = vp27smpx_probe,
.remove = vp27smpx_remove,
.id_table = vp27smpx_id,
};