]> git.ipfire.org Git - thirdparty/linux.git/commit
vfio-mdev: Remove flag FBINFO_DEFAULT from fbdev sample driver
authorThomas Zimmermann <tzimmermann@suse.de>
Sat, 15 Jul 2023 18:51:49 +0000 (20:51 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Mon, 24 Jul 2023 14:50:38 +0000 (16:50 +0200)
commit050bb5870724fd8262c0dad3e5b91c9f83d0f290
tree668412087b58133a0055a04925145deb16806918
parent76a68cdecc080890925c404b23751cc977811cc9
vfio-mdev: Remove flag FBINFO_DEFAULT from fbdev sample driver

The flag FBINFO_DEFAULT is 0 and has no effect, as struct fbinfo.flags
has been allocated to zero by framebuffer_alloc(). So do not set it.

Flags should signal differences from the default values. After cleaning
up all occurrences of FBINFO_DEFAULT, the token will be removed.

v2:
* fix commit message (Miguel)

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Kirti Wankhede <kwankhede@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230715185343.7193-8-tzimmermann@suse.de
samples/vfio-mdev/mdpy-fb.c