void ctrl_bridge_exit(void)
{
	int	i;

	ctrl_bridge_debugfs_exit();

	for (i = 0; i < MAX_BRIDGE_DEVICES; i++) {
		kfree(__dev[i]);
		__dev[i] = NULL;
	}
}
Exemplo n.º 2
0
static void __exit ctrl_bridge_exit(void)
{
	ctrl_bridge_debugfs_exit();
}