commit | 6762696429bbc4b2e1b6e5996c3d99da8bbc627d | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Sep 06 10:58:44 2018 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Oct 02 09:56:29 2018 +0200 |
tree | 7fc0d66425399c7c3747aba072a1d57934bb82f5 | |
parent | d25d062f55c6dc1a0d82dbebadf99924751a41b2 [diff] |
cfg80211: remove redundant check of !scan_plan The check for !scan_plan is redunant as this has been checked in the proceeding statement and the code returns -ENOBUFS if it is true. Remove the redundant check. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>