david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[802.11] Remove redundant NULL pointer check after dereference

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2017-03-21 14:01:08 +02:00
parent eb6acabc8f
commit 9b581158b5
1 changed files with 0 additions and 3 deletions

View File

@ -1586,9 +1586,6 @@ struct list_head *net80211_probe_finish_all ( struct net80211_probe_ctx *ctx )
{
struct list_head *beacons = ctx->beacons;
if ( ! ctx )
return NULL;
net80211_keep_mgmt ( ctx->dev, ctx->old_keep_mgmt );
if ( ctx->probe )