diff options
author | Thomas Zimmermann <tzimmermann@suse.de> | 2023-07-15 20:51:48 +0200 |
---|---|---|
committer | Thomas Zimmermann <tzimmermann@suse.de> | 2023-07-24 16:50:38 +0200 |
commit | 76a68cdecc080890925c404b23751cc977811cc9 (patch) | |
tree | 5f6a476cba79cd38872ec95d2550ac3864a6d3ee /samples/vfio-mdev | |
parent | b3e148d730b7255dfcfb080c8633146e44b83b0c (diff) | |
download | linux-76a68cdecc080890925c404b23751cc977811cc9.tar.gz linux-76a68cdecc080890925c404b23751cc977811cc9.tar.bz2 linux-76a68cdecc080890925c404b23751cc977811cc9.zip |
fbdev/fsl-diu-fb: Remove flag FBINFO_DEFAULT
The flag FBINFO_DEFAULT is 0 and has no effect, as struct fbinfo.flags
has been allocated to zero by dmam_alloc_coherent(__GFP_ZERO). 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: Timur Tabi <timur@kernel.org>
Cc: Helge Deller <deller@gmx.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20230715185343.7193-7-tzimmermann@suse.de
Diffstat (limited to 'samples/vfio-mdev')
0 files changed, 0 insertions, 0 deletions