All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] video: fbdev: Remove redundant dev_err()
@ 2026-07-22  7:57 Pan Chuang
  2026-07-22  7:57 ` [PATCH 1/7] fbdev: mmp: " Pan Chuang
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Pan Chuang @ 2026-07-22  7:57 UTC (permalink / raw)
  To: Helge Deller, Jingoo Han, Kees Cook, Pan Chuang, Bjorn Helgaas,
	Takashi Sakamoto, Danilo Krummrich,
	Uwe Kleine-König (The Capable Hub), AlbertoArostegui,
	Thorsten Blum, Chelsy Ratnawat, open list:FRAMEBUFFER LAYER,
	open list:FRAMEBUFFER LAYER, open list,
	open list:OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT...

devm_request_irq() automatically logs detailed error messages on
failure via the devm_request_result() helper, which prints device
name, IRQ number, handler functions, and error code.

Remove the now-redundant driver-specific dev_err() calls in fbdev
drivers, as the core now provides more detailed diagnostic
information on failure

Pan Chuang (7):
  fbdev: mmp: Remove redundant dev_err()
  fbdev: omapfb/dsi-cm: Remove redundant dev_err()
  fbdev: pxa168fb: Remove redundant dev_err()
  fbdev: pxa3xx-gcu: Remove redundant dev_err()
  fbdev: pxafb: Remove redundant dev_err()
  fbdev: s3c-fb: Remove redundant dev_err()
  fbdev: sa1100fb: Remove redundant dev_err()

 drivers/video/fbdev/mmp/hw/mmp_ctrl.c                    | 2 --
 drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c | 4 +---
 drivers/video/fbdev/pxa168fb.c                           | 1 -
 drivers/video/fbdev/pxa3xx-gcu.c                         | 4 +---
 drivers/video/fbdev/pxafb.c                              | 1 -
 drivers/video/fbdev/s3c-fb.c                             | 4 +---
 drivers/video/fbdev/sa1100fb.c                           | 4 +---
 7 files changed, 4 insertions(+), 16 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2026-07-22  8:20 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-22  7:57 [PATCH 0/7] video: fbdev: Remove redundant dev_err() Pan Chuang
2026-07-22  7:57 ` [PATCH 1/7] fbdev: mmp: " Pan Chuang
2026-07-22  8:07   ` sashiko-bot
2026-07-22  7:57 ` [PATCH 2/7] fbdev: omapfb/dsi-cm: " Pan Chuang
2026-07-22  8:08   ` sashiko-bot
2026-07-22  7:57 ` [PATCH 3/7] fbdev: pxa168fb: " Pan Chuang
2026-07-22  8:06   ` sashiko-bot
2026-07-22  7:57 ` [PATCH 4/7] fbdev: pxa3xx-gcu: " Pan Chuang
2026-07-22  8:07   ` sashiko-bot
2026-07-22  7:57 ` [PATCH 5/7] fbdev: pxafb: " Pan Chuang
2026-07-22  8:14   ` sashiko-bot
2026-07-22  7:57 ` [PATCH 6/7] fbdev: s3c-fb: " Pan Chuang
2026-07-22  8:20   ` sashiko-bot
2026-07-22  7:57 ` [PATCH 7/7] fbdev: sa1100fb: " Pan Chuang
2026-07-22  8:15   ` sashiko-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.