diff options
author | Dan Carpenter <[email protected]> | 2023-07-21 17:57:49 +0300 |
---|---|---|
committer | Maxime Ripard <[email protected]> | 2023-07-24 12:48:27 +0200 |
commit | c3f698d85ecaf66d42871865b38c976c128c297c (patch) | |
tree | fa5bd77226368659b9d5521ea5b7bf5029a21f3e /scripts/generate_rust_analyzer.py | |
parent | d65feac281ab479c679e0d5d2e44c3ac98eb8707 (diff) |
drm/managed: Clean up GFP_ flag usage in drmm_kmalloc()
This code is not using the correct gfp flags which were passed in.
However, this does not affect runtime because kstrdup_const() is a
no-op in this context. (It just returns the "kmalloc" string literal
without doing an allocation.)
Signed-off-by: Dan Carpenter <[email protected]>
Signed-off-by: Maxime Ripard <[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