summaryrefslogtreecommitdiff
path: root/drivers/net/sgiseeq.c
diff options
context:
space:
mode:
authorKulikov Vasiliy <segooon@gmail.com>2010-09-25 23:58:03 (GMT)
committerDavid S. Miller <davem@davemloft.net>2010-09-27 01:54:33 (GMT)
commit22138d307329e1968fc698821095b87c2fd5de12 (patch)
tree6c1a822fd4fbbda87cb64644920adb0923f51a23 /drivers/net/sgiseeq.c
parent52933f052186877afd218aef7a1b2dbdb010939f (diff)
downloadlinux-fsl-qoriq-22138d307329e1968fc698821095b87c2fd5de12.tar.xz
rionet: use free_netdev(netdev) instead of kfree()
Freeing netdev without free_netdev() leads to net, tx leaks. I might lead to dereferencing freed pointer. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) @@ struct net_device* dev; @@ -kfree(dev) +free_netdev(dev) Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/sgiseeq.c')
0 files changed, 0 insertions, 0 deletions