
In wlan_hdd_cfg80211_start_pending_acs() the result of calling container_of() is NULL checked. The container of a work_struct is always a valid pointer, so the NULL check is unnecessary. Remove this resulting dead code. Change-Id: Iac4d48037ee27bc5de4c5fbc7f91188d837c6d49 CRs-Fixed: 2267075