]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: sm750fb: convert logging to device-based in sm750.c
authorArtem Lytkin <iprintercanon@gmail.com>
Sat, 7 Feb 2026 15:37:02 +0000 (15:37 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Feb 2026 14:35:51 +0000 (15:35 +0100)
commitfbab250eb51d6d6a528ba58e884185c83f796e4c
tree376b4a66b1c482df4c92fdbb200a29ac7f22c14c
parent5c05c1ac4baa600f4b6743dabb18e1fb6d64c048
staging: sm750fb: convert logging to device-based in sm750.c

Replace pr_err() calls with dev_err() using info->device to provide
proper device context in log messages. This makes it easier to
identify which device generated the message when multiple framebuffer
devices are present.

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