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)
commit49708e3772ce648be425778702a266b207e89d4e
treed546eccf12844402fd188171936f0705a92b69a7
parente98e915e11ad1efb11147122bd4932ec6b3425da
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