diff options
author | Qianfeng Rong <rongqianfeng@vivo.com> | 2025-08-09 22:33:01 +0800 |
---|---|---|
committer | Andreas Larsson <andreas@gaisler.com> | 2025-09-19 20:26:39 +0200 |
commit | 3751aa6e7147791e0c0c446f5f55c61762886a2f (patch) | |
tree | e59b6af52b04634dd88c95625b3b462480e6395c /rust/helpers/helpers.c | |
parent | 6fd44a481b3c6111e4801cec964627791d0f3ec5 (diff) |
sparc64: Remove redundant __GFP_NOWARN
Commit 16f5dfbc851b ("gfp: include __GFP_NOWARN in GFP_NOWAIT") made
GFP_NOWAIT implicitly include __GFP_NOWARN.
Therefore, explicit __GFP_NOWARN combined with GFP_NOWAIT (e.g.,
`GFP_NOWAIT | __GFP_NOWARN`) is now redundant. Let's clean up these
redundant flags across subsystems.
No functional changes.
Signed-off-by: Qianfeng Rong <rongqianfeng@vivo.com>
Reviewed-by: Andreas Larsson <andreas@gaisler.com>
Signed-off-by: Andreas Larsson <andreas@gaisler.com>
Diffstat (limited to 'rust/helpers/helpers.c')
0 files changed, 0 insertions, 0 deletions