mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 04:33:26 +02:00
media: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers
The flag FBINFO_FLAG_DEFAULT is 0 and has no effect, as struct fbinfo.flags has been allocated to zero by kzalloc(). 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: Andy Walls <awalls@md.metrocast.net> Cc: Mauro Carvalho Chehab <mchehab@kernel.org> Cc: Hans Verkuil <hverkuil@xs4all.nl> Link: https://patchwork.freedesktop.org/patch/msgid/20230715185343.7193-12-tzimmermann@suse.de
This commit is contained in:
committed by
CrazyCat
parent
cf04ab6726
commit
d7d579bb37
@@ -310,7 +310,6 @@ static int vivid_fb_init_vidmode(struct vivid_dev *dev)
|
||||
/* Generate valid fb_info */
|
||||
|
||||
dev->fb_info.node = -1;
|
||||
dev->fb_info.flags = FBINFO_FLAG_DEFAULT;
|
||||
dev->fb_info.par = dev;
|
||||
dev->fb_info.var = dev->fb_defined;
|
||||
dev->fb_info.fix = dev->fb_fix;
|
||||
|
Reference in New Issue
Block a user