diff options
author | Arnd Bergmann <[email protected]> | 2013-01-25 14:14:33 +0000 |
---|---|---|
committer | Johannes Berg <[email protected]> | 2013-01-25 15:18:18 +0100 |
commit | fe80123d83d1f9abca426914f768048e601f54db (patch) | |
tree | e9db3f7b99aca5ea532101de04ea4038d6643520 /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | 782d2673655c05a1c0335fe0ee4cb62c23bcc231 (diff) |
mac80211: avoid a build warning
gcc cannot prove that the value of sdata->vif.type does not
change between the switch() statement and the second
comparison to NL80211_IFTYPE_AP, causing a harmless
warning.
Slightly reordering the code makes the warning go away
with no functional change.
Without this patch, building ARM at91sam9g45_defconfig with
gcc-4.6 results in:
net/mac80211/tx.c: In function 'ieee80211_subif_start_xmit':
net/mac80211/tx.c:1797:22: warning: 'chanctx_conf' may be used uninitialized in this function [-Wuninitialized]
Signed-off-by: Arnd Bergmann <[email protected]>
Cc: Johannes Berg <[email protected]>
Cc: "John W. Linville" <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions