Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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.

+1 -1
+1 -1
net/sched/ematch.c
··· 410 410 if (em->ops->destroy) 411 411 em->ops->destroy(tp, em); 412 412 else if (!tcf_em_is_simple(em)) 413 - kfree(em->data); 413 + kfree((void *) em->data); 414 414 module_put(em->ops->owner); 415 415 } 416 416 }