From: Jesper Juhl Date: Wed, 29 Jun 2011 20:49:33 +0000 (+0200) Subject: net, wireless: Don't return uninitialized in __cfg80211_stop_sched_scan() X-Git-Tag: v3.1-rc1~316^2~189^2^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b4670ffe7824d1fc4db2f73101015056ecb4415;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed