All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] fbdev: Remove struct fb_ops.fb_release return type
@ 2022-12-16 11:54 ` Thomas Zimmermann
  0 siblings, 0 replies; 8+ messages in thread
From: Thomas Zimmermann @ 2022-12-16 11:54 UTC (permalink / raw)
  To: deller, daniel, airlied; +Cc: linux-fbdev, dri-devel, Thomas Zimmermann

Remove the return type from struct fb_ops.fb_release. It is never
handled, it is never locked at. Originaly done for further updates
under DRM, but the majority of changes is within fbdev drivers.

Also fix trailing whitespaces before modifying hgafb.c.

Thomas Zimmermann (2):
  fbdev/hgafb: Remove trailing whitespaces
  fbdev: Don't return value from struct fb_ops.fb_release

 drivers/gpu/drm/drm_fbdev_generic.c          |  4 +-
 drivers/gpu/drm/nouveau/nouveau_fbcon.c      |  3 +-
 drivers/gpu/drm/radeon/radeon_fb.c           |  3 +-
 drivers/video/fbdev/arcfb.c                  |  7 ++--
 drivers/video/fbdev/arkfb.c                  |  8 ++--
 drivers/video/fbdev/aty/atyfb_base.c         | 10 ++---
 drivers/video/fbdev/cirrusfb.c               |  3 +-
 drivers/video/fbdev/fsl-diu-fb.c             |  3 +-
 drivers/video/fbdev/hgafb.c                  | 39 ++++++++++----------
 drivers/video/fbdev/i740fb.c                 |  6 +--
 drivers/video/fbdev/i810/i810_main.c         |  8 ++--
 drivers/video/fbdev/intelfb/intelfbdrv.c     |  6 +--
 drivers/video/fbdev/matrox/matroxfb_base.c   |  3 +-
 drivers/video/fbdev/matrox/matroxfb_crtc2.c  | 10 ++---
 drivers/video/fbdev/neofb.c                  |  8 ++--
 drivers/video/fbdev/nvidia/nvidia.c          | 11 ++----
 drivers/video/fbdev/omap/omapfb_main.c       |  3 +-
 drivers/video/fbdev/ps3fb.c                  |  3 +-
 drivers/video/fbdev/pxafb.c                  |  3 +-
 drivers/video/fbdev/riva/fbdev.c             |  7 ++--
 drivers/video/fbdev/s3fb.c                   |  8 ++--
 drivers/video/fbdev/savage/savagefb_driver.c |  3 +-
 drivers/video/fbdev/sh_mobile_lcdcfb.c       |  4 +-
 drivers/video/fbdev/sis/sis_main.c           |  3 +-
 drivers/video/fbdev/skeletonfb.c             |  5 +--
 drivers/video/fbdev/smscufx.c                |  4 +-
 drivers/video/fbdev/udlfb.c                  |  4 +-
 drivers/video/fbdev/uvesafb.c                |  7 ++--
 drivers/video/fbdev/vermilion/vermilion.c    |  4 +-
 drivers/video/fbdev/vga16fb.c                |  8 ++--
 drivers/video/fbdev/via/viafbdev.c           |  3 +-
 drivers/video/fbdev/vt8623fb.c               |  8 ++--
 include/linux/fb.h                           |  2 +-
 33 files changed, 79 insertions(+), 132 deletions(-)

-- 
2.38.1


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

end of thread, other threads:[~2022-12-17 10:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-16 11:54 [PATCH 0/2] fbdev: Remove struct fb_ops.fb_release return type Thomas Zimmermann
2022-12-16 11:54 ` Thomas Zimmermann
2022-12-16 11:54 ` [PATCH 1/2] fbdev/hgafb: Remove trailing whitespaces Thomas Zimmermann
2022-12-16 11:54   ` Thomas Zimmermann
2022-12-16 11:54 ` [PATCH 2/2] fbdev: Don't return value from struct fb_ops.fb_release Thomas Zimmermann
2022-12-16 11:54   ` Thomas Zimmermann
2022-12-16 13:50   ` kernel test robot
2022-12-16 13:50     ` kernel test robot

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.