Commit 5a6f7f28 authored by Jeff Garzik's avatar Jeff Garzik Committed by David S. Miller

[ROSE]: Kill kfree of net_device->name.

parent c3a93e09
......@@ -1536,7 +1536,6 @@ static void __exit rose_exit(void)
dev_rose[i].priv = NULL;
unregister_netdev(&dev_rose[i]);
}
kfree(dev_rose[i].name);
}
kfree(dev_rose);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment