mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 23:51:39 +00:00
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6: [PKT_SCHED] ematch: Fix build warning.
This commit is contained in:
commit
7cf712db60
@ -410,7 +410,7 @@ void tcf_em_tree_destroy(struct tcf_proto *tp, struct tcf_ematch_tree *tree)
|
||||
if (em->ops->destroy)
|
||||
em->ops->destroy(tp, em);
|
||||
else if (!tcf_em_is_simple(em))
|
||||
kfree(em->data);
|
||||
kfree((void *) em->data);
|
||||
module_put(em->ops->owner);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user