From: David S. Miller Date: Sun, 10 Feb 2008 11:48:15 +0000 (-0800) Subject: [PKT_SCHED] ematch: Fix build warning. X-Git-Tag: v2.6.25-rc1~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30ddb159ff3c632fdad3c0abc2e7d586a59bc5d1;p=pandora-kernel.git [PKT_SCHED] ematch: Fix build warning. Commit 954415e33ed6cfa932c13e8c2460bd05e50723b5 ("[PKT_SCHED] ematch: tcf_em_destroy robustness") removed a cast on em->data when passing it to kfree(), but em->data is an integer type that can hold pointers as well as other values so the cast is necessary. Signed-off-by: David S. Miller --- Reading git-diff-tree failed