]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: sm750fb: remove debug and diagnostic prints
authorArtem Lytkin <iprintercanon@gmail.com>
Mon, 23 Feb 2026 20:40:35 +0000 (20:40 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Feb 2026 18:12:36 +0000 (10:12 -0800)
commitdb7fb3588ab49203bdc9d30bb4e7a8fbb7dc0fe0
treea63288701cc60b8c6b25a4bdd5f5bb84ecc6a2e0
parent8bd9b67dc6e272f88c59365a2f55d38d52091cf9
staging: sm750fb: remove debug and diagnostic prints

Remove all pr_info, pr_debug, and pr_warn calls that dump internal
variable values, pointer addresses, and structure contents not useful
for production use. This includes the complete fb_find_mode() result
logging in lynxfb_set_fbinfo(), the CH7301 DVI chip status messages
in hw_sm750_inithw(), and various debug prints throughout the driver.

Signed-off-by: Artem Lytkin <iprintercanon@gmail.com>
Link: https://patch.msgid.link/20260223204036.1780-2-iprintercanon@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/sm750.c
drivers/staging/sm750fb/sm750_hw.c