commit | 3b4670ffe7824d1fc4db2f73101015056ecb4415 | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jj@chaosbits.net> | Wed Jun 29 22:49:33 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jul 05 15:26:51 2011 -0400 |
tree | a67d37ac138195b25b8fde308898f5309209145c | |
parent | 3bff1865186c6bb97855f0c13e3850543dce9cef [diff] |
net, wireless: Don't return uninitialized in __cfg80211_stop_sched_scan() If the 'driver_initiated' function argument to __cfg80211_stop_sched_scan() is not 0 then we'll return an uninitialized 'err' from the function. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>