diff options
author | Thomas Zimmermann <[email protected]> | 2023-07-15 20:51:46 +0200 |
---|---|---|
committer | Thomas Zimmermann <[email protected]> | 2023-07-24 16:50:38 +0200 |
commit | 45733d285fd6bdcc5b72b9b6aa600b0e4bf79c43 (patch) | |
tree | 5b4b615005d32838dd9cb845e2302a53c0a93571 /scripts/generate_rust_analyzer.py | |
parent | a0331a4bde9dea3dffe37b6348e6509708e42e33 (diff) |
fbdev: Remove FBINFO_DEFAULT from devm_kzalloc()'ed structs
The flag FBINFO_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.
v4:
* clarify commit message (Geert, Dan)
v2:
* fix commit message (Miguel)
Signed-off-by: Thomas Zimmermann <[email protected]>
Acked-by: Sam Ravnborg <[email protected]>
Cc: Helge Deller <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions