fbdev/pxafb: Remove flag FBINFO_FLAG_DEFAULT
authorThomas Zimmermann <tzimmermann@suse.de>
Sat, 15 Jul 2023 18:51:58 +0000 (20:51 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Mon, 24 Jul 2023 14:50:39 +0000 (16:50 +0200)
commit751f9a8b10cd7ea934cd0fc3b732debc5b4343b2
tree548534399df132ca7fcc31fc612eba9c815a7f92
parent7e2e43971cc461cee1afc9d5995c040a83a09c1c
fbdev/pxafb: Remove flag FBINFO_FLAG_DEFAULT

The flag FBINFO_FLAG_DEFAULT is 0 and has no effect, as struct
fbinfo.flags has been allocated to zero by devm_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: Helge Deller <deller@gmx.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20230715185343.7193-17-tzimmermann@suse.de
drivers/video/fbdev/pxafb.c