summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJarod Wilson <jarod@redhat.com>2021-03-12 19:36:51 +0300
committerJohannes Berg <johannes.berg@intel.com>2021-03-16 23:20:47 +0300
commit239729a21e528466d02f5558936306ffa9314ad1 (patch)
treef9c4d72d0c3e55aa95cdb84598a29454905af23b /Documentation
parent041c881a0ba8a75f71118bd9766b78f04beed469 (diff)
downloadlinux-239729a21e528466d02f5558936306ffa9314ad1.tar.xz
wireless/nl80211: fix wdev_id may be used uninitialized
Build currently fails with -Werror=maybe-uninitialized set: net/wireless/nl80211.c: In function '__cfg80211_wdev_from_attrs': net/wireless/nl80211.c:124:44: error: 'wdev_id' may be used uninitialized in this function [-Werror=maybe-uninitialized] Easy fix is to just initialize wdev_id to 0, since it's value doesn't otherwise matter unless have_wdev_id is true. Fixes: a05829a7222e ("cfg80211: avoid holding the RTNL when calling the driver") CC: Johannes Berg <johannes@sipsolutions.net> CC: "David S. Miller" <davem@davemloft.net> CC: Jakub Kicinski <kuba@kernel.org> CC: linux-wireless@vger.kernel.org CC: netdev@vger.kernel.org Signed-off-by: Jarod Wilson <jarod@redhat.com> Link: https://lore.kernel.org/r/20210312163651.1398207-1-jarod@redhat.com Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions