]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
media: atomisp: gc0310: Remove redundant debug message
authorThomas Andreatta <thomas.andreatta2000@gmail.com>
Thu, 19 Jun 2025 08:44:20 +0000 (10:44 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 8 Jul 2025 06:43:32 +0000 (08:43 +0200)
Checkpatch fix: deleted `dev_dbg()` printing the name of the function.
                ftrace can be used instead.

Signed-off-by: Thomas Andreatta <thomas.andreatta2000@gmail.com>
Link: https://lore.kernel.org/r/20250619084420.146151-2-thomas.andreatta2000@gmail.com
Reviewed-by: Hans de Goede <hansg@kernel.org>
Signed-off-by: Hans de Goede <hansg@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/atomisp/i2c/atomisp-gc2235.c

index 857d7175942cd8ab25612bc819edfcc83ac1c184..6fc39ab95e46fa74c20614a9ff46913d5c3bef71 100644 (file)
@@ -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);