linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Zimmermann <tzimmermann@suse.de>
To: deller@gmx.de, daniel@ffwll.ch, airlied@gmail.com
Cc: linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org,
	Thomas Zimmermann <tzimmermann@suse.de>
Subject: [PATCH 0/2] fbdev: Remove struct fb_ops.fb_release return type
Date: Fri, 16 Dec 2022 12:54:02 +0100	[thread overview]
Message-ID: <20221216115404.20742-1-tzimmermann@suse.de> (raw)

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


             reply	other threads:[~2022-12-16 11:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-16 11:54 Thomas Zimmermann [this message]
2022-12-16 11:54 ` [PATCH 1/2] fbdev/hgafb: Remove trailing whitespaces Thomas Zimmermann
2022-12-16 11:54 ` [PATCH 2/2] fbdev: Don't return value from struct fb_ops.fb_release Thomas Zimmermann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221216115404.20742-1-tzimmermann@suse.de \
    --to=tzimmermann@suse.de \
    --cc=airlied@gmail.com \
    --cc=daniel@ffwll.ch \
    --cc=deller@gmx.de \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-fbdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).