]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
fbdev: au1100fb: Replace custom printk wrappers by pr_*
authorUwe Kleine-König <u.kleine-koenig@baylibre.com>
Sun, 15 Feb 2026 23:33:21 +0000 (00:33 +0100)
committerHelge Deller <deller@gmx.de>
Thu, 19 Feb 2026 16:38:17 +0000 (17:38 +0100)
commitbcf4373eec313b2538208a1131cb32dcc1a500fb
treee9c55c6d1822001723885993aee5eb178a64618f
parent6f366e86481a7503a821de82930df517dddd4047
fbdev: au1100fb: Replace custom printk wrappers by pr_*

The global wrappers also have the advantage to do stricter format
checking, so the pr_devel formats are also checked if DEBUG is not
defined. The global variants only check for DEBUG being defined and not
its actual value, so the #define to zero is dropped, too.

There is only a slight semantic change as the (by default disabled)
debug output doesn't contain __FILE__ any more.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/au1100fb.c
drivers/video/fbdev/au1100fb.h