]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: silence an uninitialized variable warning
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 27 Jun 2016 14:31:18 +0000 (17:31 +0300)
committerJohannes Berg <johannes@sipsolutions.net>
Thu, 30 Jun 2016 10:06:19 +0000 (12:06 +0200)
commit309672185a6080f024943eb04f1a676b1ab0854d
treed546eccf12844402fd188171936f0705a92b69a7
parenta7607b3a90558738d45cf4cdf5fca3317210f0ef
mac80211: silence an uninitialized variable warning

We normally return an uninitialized value, but no one checks it so it
doesn't matter.  Anyway, let's silence the static checker warning.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
net/mac80211/tdls.c