]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/gud: Remove unnecessary logging
authorRuben Wauters <rubenru09@aol.com>
Mon, 21 Jul 2025 23:22:03 +0000 (00:22 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Mon, 11 Aug 2025 15:18:24 +0000 (17:18 +0200)
commitfb6c2d16a46e6366cc154ade97dd466a9f595537
tree2158d09b074e861a0e14ee5ef2a698e66ab1f912
parent08c51f5bddc81c8c97c1eb11861b0dc009e5ccd8
drm/gud: Remove unnecessary logging

The debug logging in gud_disconnect() adds zero detail and is
unnecessary, as it only prints the function name.

The same functionality can be achieved by using ftrace, and is
highlighted by checkpatch, stating the same.

This patch removes the debug log in the gud_disconnect() function.

Signed-off-by: Ruben Wauters <rubenru09@aol.com>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://lore.kernel.org/r/20250721232210.12578-1-rubenru09@aol.com
drivers/gpu/drm/gud/gud_drv.c