nl80211: remove dead code

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
Jo-Philipp Wich 2015-10-29 13:46:07 +01:00
parent 41ae5bd556
commit 7781ba3f33

View file

@ -218,9 +218,6 @@ static struct nl80211_msg_conveyor * nl80211_new(struct genl_family *family,
return &cv;
err:
if (cb)
nl_cb_put(cb);
if (req)
nlmsg_free(req);