commit | 036495ac09c96ebc04cd304218471827c2d8e3b8 | [log] [tgz] |
---|---|---|
author | Chandrasekaran, Manishekar <cmshekar@qti.qualcomm.com> | Wed Mar 18 11:41:57 2015 +0530 |
committer | Satyanarayana Dash <c_sadash@qti.qualcomm.com> | Wed Mar 18 18:56:07 2015 +0530 |
tree | 64fa3b4a2a8fa37cf6fddfe3291234de29ccf942 | |
parent | bad31303197c2600a17f2e1a0bf55f5373cb604c [diff] |
wlan: Fix static source analysis issue during scan callback This change fixes the static source analysis error in scan done callback. Since the adapter is derived from dev, it cannot be NULL. So, this check is removed. Change-Id: I2b16b282b4cedd037df87a8e0e20e861d6569917 CRs-Fixed: 805455