mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 10:20:17 -04:00
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
This commit is contained in:
committed by
Thomas Zimmermann
parent
08c51f5bdd
commit
fb6c2d16a4
@@ -620,8 +620,6 @@ static void gud_disconnect(struct usb_interface *interface)
|
||||
struct gud_device *gdrm = usb_get_intfdata(interface);
|
||||
struct drm_device *drm = &gdrm->drm;
|
||||
|
||||
drm_dbg(drm, "%s:\n", __func__);
|
||||
|
||||
drm_kms_helper_poll_fini(drm);
|
||||
drm_dev_unplug(drm);
|
||||
drm_atomic_helper_shutdown(drm);
|
||||
|
||||
Reference in New Issue
Block a user