]> Git Repo - linux.git/blobdiff - drivers/staging/wlan-ng/p80211netdev.c
mm, treewide: rename kzfree() to kfree_sensitive()
[linux.git] / drivers / staging / wlan-ng / p80211netdev.c
index b809c0015c0caf158623b340e1b889bf30ac8239..7b091c5a29845fef23af23070edf258a8f145125 100644 (file)
@@ -429,7 +429,7 @@ static netdev_tx_t p80211knetdev_hard_start_xmit(struct sk_buff *skb,
 failed:
        /* Free up the WEP buffer if it's not the same as the skb */
        if ((p80211_wep.data) && (p80211_wep.data != skb->data))
-               kzfree(p80211_wep.data);
+               kfree_sensitive(p80211_wep.data);
 
        /* we always free the skb here, never in a lower level. */
        if (!result)
This page took 0.035943 seconds and 4 git commands to generate.