diff options
author | 2025-08-25 10:29:11 +0800 | |
---|---|---|
committer | 2025-08-26 13:46:48 +0200 | |
commit | a33b375ab5b3a9897a0ab76be8258d9f6b748628 (patch) | |
tree | beb79c980912ea37700334e8a7f5d3f99c4e1fe8 /tools/perf/scripts/python | |
parent | wifi: brcmfmac: fix use-after-free when rescheduling brcmf_btcoex_info work (diff) | |
download | wireguard-linux-a33b375ab5b3a9897a0ab76be8258d9f6b748628.tar.xz wireguard-linux-a33b375ab5b3a9897a0ab76be8258d9f6b748628.zip |
wifi: mac80211: fix incorrect type for ret
The variable ret is declared as a u32 type, but it is assigned a value
of -EOPNOTSUPP. Since unsigned types cannot correctly represent negative
values, the type of ret should be changed to int.
Signed-off-by: Liao Yuanhong <liaoyuanhong@vivo.com>
Link: https://patch.msgid.link/20250825022911.139377-1-liaoyuanhong@vivo.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions