From: Dom Cobley Date: Tue, 14 Mar 2023 16:54:37 +0000 (+0000) Subject: ad5398_vcm: Fixup ad5398_probe prototype X-Git-Tag: accepted/tizen/unified/20240422.153132~556 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=36cf1e5f2a5154a5e91391f1372cc6aa08c79d93;p=platform%2Fkernel%2Flinux-rpi.git ad5398_vcm: Fixup ad5398_probe prototype --- diff --git a/drivers/media/i2c/ad5398_vcm.c b/drivers/media/i2c/ad5398_vcm.c index f3e3dc7..649ff0b 100644 --- a/drivers/media/i2c/ad5398_vcm.c +++ b/drivers/media/i2c/ad5398_vcm.c @@ -253,8 +253,7 @@ static int ad5398_regulator_notifier(struct notifier_block *nb, return NOTIFY_OK; } -static int ad5398_probe(struct i2c_client *client, - const struct i2c_device_id *devid) +static int ad5398_probe(struct i2c_client *client) { struct ad5398_device *coil; int ret;