On Thu Jun 19 10:44:20 2025 +0200, Thomas Andreatta wrote: > Checkpatch fix: deleted `dev_dbg()` printing the name of the function. > ftrace can be used instead. > > Signed-off-by: Thomas Andreatta <thomas.andreatta2...@gmail.com> > Link: > https://lore.kernel.org/r/20250619084420.146151-2-thomas.andreatta2...@gmail.com > Reviewed-by: Hans de Goede <ha...@kernel.org> > Signed-off-by: Hans de Goede <ha...@kernel.org> > Signed-off-by: Mauro Carvalho Chehab <mchehab+hua...@kernel.org>
Patch committed. Thanks, Mauro Carvalho Chehab drivers/staging/media/atomisp/i2c/atomisp-gc2235.c | 2 -- 1 file changed, 2 deletions(-) --- diff --git a/drivers/staging/media/atomisp/i2c/atomisp-gc2235.c b/drivers/staging/media/atomisp/i2c/atomisp-gc2235.c index 857d7175942c..6fc39ab95e46 100644 --- a/drivers/staging/media/atomisp/i2c/atomisp-gc2235.c +++ b/drivers/staging/media/atomisp/i2c/atomisp-gc2235.c @@ -779,8 +779,6 @@ static void gc2235_remove(struct i2c_client *client) struct v4l2_subdev *sd = i2c_get_clientdata(client); struct gc2235_device *dev = to_gc2235_sensor(sd); - dev_dbg(&client->dev, "gc2235_remove...\n"); - dev->platform_data->csi_cfg(sd, 0); v4l2_device_unregister_subdev(sd);